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


User af changed the following:

                What    |Old value                 |New value
================================================================================
     IssuesThisDependsOn|                          |113003
--------------------------------------------------------------------------------
        Target milestone|OOo 3.3                   |OOo 3.4
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Wed Jul  7 12:06:08 +0000 
2010 -------
Sorry, but I can not accept the second version of the patch, either.  It uses a
static flag to store the fact that the closing of one specific document is
canceled.  The name of the flag is misleading, it is never reset, and thus
affects all documents that are open at the same time.  There are also no
comments, that explain what the modified code is doing.

A better way to fix this may be to wait for a sd::DrawController::suspend(FALSE)
call.  It follows a suspend(TRUE) call when the closing of a document is
canceled.  From suspend(FALSE) we can then reset the ViewShellBase::mbIsClosing
flag.

There is just one problem: the suspend(FALSE) call is not done at the moment.  I
have submitted issue 113003 for this.  When it is fixed we can try to fix this
issue.

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