To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75803
------- Additional comments from [EMAIL PROTECTED] Fri Apr 6 05:03:41 +0000
2007 -------
@af
could you tell me what is the following code mean,It seems can repair the
crash with out these code.
/sd/source/ui/toolpanel/LayoutMenu.cxx
SfxRequest aRequest (CreateRequest (SID_INSERTPAGE, aLayout));
- pViewShell->ExecuteSlot (aRequest, BOOL(FALSE));
+ mrBase.GetViewFrame()->GetDispatcher()->Execute(
+ SID_INSERTPAGE,
+ SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,
+ *aRequest.GetArgs());
UpdateSelection();
---------------------------------------------------------------------
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]