Issue 33811

Summary: sc.ScTableSheetObj::XScenario,XSheetLinkable
Product: App Dev Reporter: steffen.grund
Component: apiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description steffen.grund 2004-09-03 17:00:59 UTC
Some methods of both interfaces bring up message boxes when used from the API.
Macro to reproduce:

	oSheets = ThisComponent
	xSheet = oSheets.getSheets().getByIndex(0)
	xSheet.apply()
	xSheet.setLinkMode(com.sun.star.sheet.SheetLinkMode.NORMAL)

Methods where this happens:

XScenario::apply()
XSheetLinkable::setLinkMode()
XSheetLinkable::setLinkSheetName()
XSheetLinkable::setLinkUrl()
XSheetLinkable::link()
Comment 1 Rob Weir 2013-07-30 02:21:54 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.