[Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM cleaning in components - dialogs

David Tardon dtardon at redhat.com
Sun Nov 14 21:49:30 PST 2010


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

Again, I changed 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