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





------- Additional comments from [EMAIL PROTECTED] Tue May 30 06:10:35 -0700 
2006 -------
The crash is caused in effect by SvxViewHint that uses a hint id that is already
used by its SfxSimpleHint base class (which uses every id).  Because of this a
view area change (caused by moving the scroll bars and notified by
SVX_HINT_VIEWCHANGED) is interpreted as the view shell being destroyed
(SFX_HINT_DYING).  As a result the SdTransferable sets its pSdView pointer to
NULL which, finally, in sd::View::InsertData() triggers the wrong if clause
being executed. Crash.


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