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


User aw changed the following:

                What    |Old value                 |New value
================================================================================
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Sep  9 12:36:48 +0000 
2008 -------
AW: Good catch! It did not lead to an error until now since some lines above
                        maPolygons.reserve(maPolygons.size() + nCount);
i reserve the needed space (and thus it's basically a plain pointer here). Since
reserve is not guaranteed to be implemented, it may have really caused bad
errors with another STL implementation. It also is definitely wrong in the STL
sense. I am so happy about STL debug mode and people reporting those things
which have really bad potential. Thanks to dtardon!
AW: Adding basegfx and needed change to aw057...

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