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


User ab changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|ab                        |af
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri May 27 02:04:08 -0700 
2005 -------
ab->af: As discussed to you

Problem turned out to be that impress documents are not registered as
WorkingDocument in sfx when activated, because the Impress ViewShell
methods Activate/Deactive don't call the corresponding base class 
methods. To be fixed in sd\source\ui\view\ViewShellBase.cxx. Line 919 ff:

    void ViewShellBase::Activate (BOOL IsMDIActivate)
    {
        GetPaneManager().InitPanes ();
+      SfxViewShell::Activate(IsMDIActivate);
    }

    void ViewShellBase::Deactivate (BOOL IsMDIActivate)
    {
+     SfxViewShell::Deactivate(IsMDIActivate);
    }

According to MBA this is ok from the sfx perspective.


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