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


User cl changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr 27 05:34:08 -0700 
2006 -------
the problem is in XEditAttribute::operator==() and ContentInfo::operator==()

In Conentinfo it is not checked on compare that both ContentInfo have the same
amount of items. The actuall crash happens because XEditAttribute compares two
different kinds of items, this actually leads to a crash in most items 
operator==

I fixed this by comparing the which id before using the operator== of the items
and also check in ContentInfo if the count of available items is equal before
iterating over them.

/svx/source/editeng/editobj.cxx (1.22.40.1)
/svx/source/editeng/editobj2.hxx (1.8.40.1)


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