Issue 34553

Summary: API: ScModelObj::XProtectable::protect()
Product: App Dev Reporter: stephan.wunderlich
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 stephan.wunderlich 2004-09-23 14:39:02 UTC
After this method is called it is still possible to remove sheets via api. To
reproduce, execute the following macro.

   doc =thiscomponent
   doc.protect("")
   the_sheets = doc.Sheets
   the_sheets.removeByName(the_sheets.getByIndex(0).Name)
Comment 1 Rob Weir 2013-07-30 02:14:52 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.