To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75055
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Mar 16 13:26:08 +0000
2007 -------
There is another problem that has to do with the FrameworkHelper. This is a
singleton with respect to each ViewShellBase: for every ViewShellBase object
there is one FrameworkHelper object. The problem here is that the
FrameworkHelper object is not correctly removed for a dying ViewShellBase. When
in the case of making a document read-only one ViewShellBase is in effect
replaced by another and the second is created in the place of the first then the
old FrameworkHelper object is returned. This is not properly connected to
either the new ViewShellBase or the XController and, of course, initialization
of the drawing framework, when done via the FrameworkHelper, fails.
Fixed this by properly disposing the FrameworkHelper when its ViewShellBase is
destroyed.
Note that this bug does not always occur. It is up to the memory allocator
whether to place the new ViewShellBase. When it is placed *not* where the old
one was then all is well.
---------------------------------------------------------------------
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]