[Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM in components - customize

David Tardon dtardon at redhat.com
Sun Nov 14 21:28:43 PST 2010


On Sun, Nov 14, 2010 at 08:03:42PM +0100, Pierre-André Jacquod wrote:
> regards
> MPL/ GPLv3+ / LGPLv3+
> pjacquod

I changed all lines like

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

to

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

D.


More information about the LibreOffice mailing list