To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106481 Issue #|106481 Summary|sw: docxattributeoutput.cxx: 2 * bad call to erase Component|Word processor Version|DEV300m63 Platform|All URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|ama Reported by|dcb314
------- Additional comments from [email protected] Fri Oct 30 11:20:44 +0000 2009 ------- For source code file sw/source/filter/ww8/docxattributeoutput.cxx, function DocxAttributeOutput::EndRun, around line 351 is the code m_Fields.erase( pIt ); This looks like a bad call to erase to me. Suggest new code pIt = m_Fields.erase( pIt ); The same thing happens in the same file, around line 383. The source code is m_Fields.erase( pIt ); --------------------------------------------------------------------- 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]
