To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99545 Issue #|99545 Summary|ConstAsciiString bloats svx Component|Drawing Version|DEV300m41 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ka Reported by|kendy
------- Additional comments from [email protected] Mon Feb 23 16:16:15 +0000 2009 ------- It seems that struct ConstAsciiString that is probably supposed to save some memory in fact bloats it - when DECLARE_CONSTASCII_USTRING()'s and IMPLEMENT_CONSTASCII_USTRING()'s are removed, and instead simple #define BLAH rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "string" ) )'s are used, we save 100k from the library (file size) and 40k from runtime (measured by pmap). I plan to commit the patch I'm going to attach to CWS ooxml03 - OK for you, please? --------------------------------------------------------------------- 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]
