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


User cl changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Mon Sep  5 07:41:38 -0700 
2005 -------
Fixed in cws presfixes08,

the problem was using a master page that had no slide using it. In
DrawViewShell::SwitchPage() there is an optimization to do nothing if the
selected page is already visible. This did not work for master pages without a
corresponding slide.
When the ole object was deactivated, it send our shell an activate call. This
caused the frame view data to be read, which caused a SwitchPage() call, which
called DisconnectAllClients(), those removing the SfxInPlaceClient from the
EmbededObject that is still partly active. Usually this DisconnectAllClients()
is not called when the page from the frame view data is already visible.

I fixed the precondition test in SwitchPage() to only check if the selected
master page is the same as the page currently set at the sdr PageView.

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