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] Wed Mar 28 09:29:21 +0000 2007 ------- The different behaviour is caused by the stack of view shells that is different depending of which pane has the focus. When the slide sorter in the left pane has the focus than its shell is on the top of the shall stack. This shell is then called to handle the SID_INSERTPAGE slot. When otherwise the outline view has the focus (as is the case after switching into outline mode) then the shell of the task pane is on the shell stack and is located above the shell of the slide sorter. Therefore the task pane shell is called to handle the SID_INSERTPAGE slot and the crash occurs as described above. The task pane is hidden and therefore its shell should not be on the stack. In this case the slide sorter would handle the SID_INSERTPAGE slot regardless of where the focus is. The actual crash takes place in the SFX. I have filed issue 75813 for this but note that this is a secondary problem. The shell of the task pane, or to be more precise, the LayoutMenu should not dispatch any slot in the first place. --------------------------------------------------------------------- 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]
