Hi, At TODO list there is topic about String and UniString removal: http://wiki.services.openoffice.org/wiki/To-Dos#General_Refactoring_Improvements
I found some declaration of the String, ByteString, UniString at: http://svn.services.openoffice.org/opengrok/xref/DEV300_m87/tools/inc/tools/string.hxx Also OString declaration at file: http://svn.services.openoffice.org/opengrok/xref/DEV300_m87/sal/inc/rtl/string.hxx and OUString at: http://svn.services.openoffice.org/opengrok/xref/DEV300_m87/sal/inc/rtl/ustring.hxx What is the main differents between them and which one is obsolete? Can we replace some of them with "string" or "wstring" (basic_string) from Strings library? http://www.cplusplus.com/reference/string/string/ Is there any issue created for that? What is your opinion? Best Regards Bartosz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
