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.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to