To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75803
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 28 09:04:10 +0000
2007 -------
The problem here is twofold:
1. The task pane is hidden in the outline mode. Its view shell is still on the
stack and catches the SID_INSERTPAGE slot when the Insert->Slide menu entry is
called.
2. The task pane does some preprocessing of the SID_INSERTPAGE slot and then
(tries to) forward the slot to the main view shell, the OutlineViewShell in this
case. The OutlineViewShell does not support the slot. This leads to a NULL
pointer access in SFX2.
Possible fix:
a) When the task pane is hidden then its shell should be taken from the shell
stack.
b) The handling of the SID_INSERTPAGE by the task pane can maybe done in a more
robust and elegant way.
c) The SFX could possibly handle NULL pointers (i.e. unsupported slots) more
gracefully than just crash. (in the non-pro version it at least shows an
assertion.)
---------------------------------------------------------------------
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]