To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72369 Issue #|72369 Summary|Assertion when returning from in-place slide show Component|framework Version|680m193 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mba Reported by|af
------- Additional comments from [EMAIL PROTECTED] Thu Dec 7 09:21:10 -0800 2006 ------- How to reproduce: 1. Create a new Impress document. 2. Via Slide Show->Slide ShowSettings set the slide show type to window. 3. Start show. 4. Stop show => The following assertion is displayed: Can't get core metric without shell! The assertion comes from sfx2/source/control.unoctitm.cxx line 1007 The reason for the assertion is an invalidated cache for the SID_ATTR_METRIC slot. The assertion is triggered while the right pane with the task pane is displayed. At that time some shells have been taken from the stack. Other shells will be pushed soon. The document shell that is referenced from the SfxSlotServer given to SfxDispatchController_Impl::StateChanged() has now another, smaller stack index then when the cache was filled the last time. Now, there is no shell with that index. The missing shell triggers the assertion in SfxDispatchController_Impl::StateChanged(). --------------------------------------------------------------------- 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]
