To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99491 Issue #|99491 Summary|to-be-DEV300_m42: inappropriate usage of OStringBuffer | ctor Component|utilities Version|DEV300m41 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|b_michaelsen Reported by|tono
------- Additional comments from [email protected] Sat Feb 21 23:19:26 +0000 2009 ------- In extensions/source/oooimprovement/errormail.cxx, OStringBuffer is being initialized with ASCII string constant. As OStringBuffer can be initialized only with OStringBuffer, OString or length integer, the initializer will be treated as an length integer. A patch to fix it follows. --------------------------------------------------------------------- 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]
