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





------- Additional comments from [EMAIL PROTECTED] Fri Feb  2 12:58:50 +0000 
2007 -------
I can reproduce the crash.  

The reason for it lies in the SVXIMAPDLG macro that is used in
DrawViewShell::GetIMapState().  The macro calls SfxViewFrame::GetChildWindow()
and GetWindow() at its result.  Because this macro is called only after
SfxViewFrame::HasChildWindow() returned true for the same id
(SvxIMapDlgChildWindow::GetChildWindowId()) everything should be OK.  For some
unknown reason everyting is not OK: GetChildWindow() returns NULL and the
following call to GetWindow() crashes.

A local fix in sd is to manually expand the macro and check the SfxChildWindow
pointer returned by GetChildWindow().


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