To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72833
                 Issue #|72833
                 Summary|Pages cannot be deleted after an undo of delete
               Component|Drawing
                 Version|OOo 2.0.4
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|editing
             Assigned to|wg
             Reported by|knackaerts





------- Additional comments from [EMAIL PROTECTED] Thu Dec 21 01:23:37 -0800 
2006 -------
Assumptions:
-Seems to be related to a MACRO I craeted which creates different pages
(automatic creation of datamodel stored in an Oracle database). I'll upload the
draw doc on request.
-I can't reproduce this with a new/empty document

Workflow:
-Delete a page
-UNDO
-Try to delete the same page - nothing happens, page remains.

Extra info:
The code I use to create the pages (ie. I create duplicates of the first page
that contains a template layout):

pages = ThisComponent.getDrawPages().getCount()
oPage = ThisComponent.getDrawPages().getByIndex(0)
oPage = ThisComponent.duplicate(oPage)
oPage.setName(oResults4features.getString(1) & ":" & 
oResults4features.getString(2))

Good luck

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to