To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80722 Issue #|80722 Summary|no assignment operator for TxtNodeNumberingAttrs and u |sed with std::vector Component|Word processor Version|current Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|od Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Thu Aug 16 07:43:29 +0000 2007 ------- TxtNodeNumberingAttrs in sw/source/core/undo/unattr.cxx is used in a stl vector with push_back. Things shoved into vectors should have an assignment operator, the automatically created one is good enough in this case, but it cannot be generated because all the members are const. This only leads to breakage for me with system stl, not stlport, probably because of some optimization stuff in stlport, but it's probably best to either have an assignment operator, or to make the members nonconst as a quick fix. --------------------------------------------------------------------- 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]
