To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79569
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jul 13 09:22:03 +0000
2007 -------
The root cause of this crash was always present: calling SdrObjList::GetObj()
for an invalid index, here (long)-1. The previous container that was used to
implement SdrObjList::maList did return NULL for this and the
AnimationWindow::UpdateControl() method was happy with this.
The new ::std::vector implementation of maList crashes for this invalid index.
Fixed by checking the index and returning NULL for invalid indices.
---------------------------------------------------------------------
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]