To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46907


User af changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr  7 10:49:10 -0700 
2005 -------
In SlideSorterController::DeleteSelectedPages() the guard against deleting the
last page in a document was wrong.  It looked at the page count in
SlideSorterModel.  This, however, was updated only at the end of the method.  As
a result undo actions were generated for the last slide and its note page. The
pages themselves were not deleted in this method but when the application was
closed the undo action and with them the pages where destroyed.  They were still
a member of the document and the attempt to officially delete them from the
destructor of the document lead to the crash.

Fixed the guard again (see issue 45282). Hopefully the last time.

---------------------------------------------------------------------
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