[Libreoffice] RTL_CONSTASCII_USTRINGPARAM in libs-core 5

David Tardon dtardon at redhat.com
Wed Nov 10 05:46:08 PST 2010


On Wed, Nov 10, 2010 at 02:16:20PM +0100, Gert Faller wrote:
> Hi,
> 
> some more...
> 
> Regards.
> 

Pushed, with several changes from

rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("blah"));

or

rtl::OUString foo(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("blah")));

to

rtl::OUString foo(RTL_CONSTASCII_USTRINGPARAM("blah"));


D.


More information about the LibreOffice mailing list