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


User mav changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|mav                       |tbe
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jan 19 07:57:16 -0800 
2005 -------
MAV->TBE: Could you please take a look. The problem is that the save operation
of the outplace activated embedded document ( the form of the database is
actually an embedded document ) is intercepted, but the basic component does not
activate dispatch API. Instead it triggers the handling of "SID_SAVEDOC" slot in
the object shell directly.

The basic component should retrieve the related to the document frame and
request it to initiate the dispatch API.
Should look like
SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst( pDocShell );
if ( pViewFrame )
    pViewFrame->GetBindings().Execute( SID_SAVEDOC );


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