[Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for calc_ui
David Tardon
dtardon at redhat.com
Thu Nov 11 23:49:06 PST 2010
On Thu, Nov 11, 2010 at 07:45:53PM +0100, Julien Nabet wrote:
> Hello,
>
> Here's a patch for calc/sc/source/ui (except unoobj previously sent).
>
> Julien.
> (LGPLv3+ / MPL)
Good, but I changed lines like
rtl::OUString foo = rtl::OUString(RTL_CONSTASCII_STRINGPARAM("foo"));
to
rtl::OUString foo(RTL_CONSTASCII_STRINGPARAM("foo"));
, which is the form we prefer.
D.
More information about the LibreOffice
mailing list