[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for calc (datefunc, analysis and solver)

Julien Nabet serval2412 at yahoo.fr
Fri Nov 12 05:02:21 PST 2010


Hello,

Here's a patch for calc
I think it's the last one for "calc" since i haven't seen other 
"createFromAscii" to remove which concerned litterals.

In datefunc, i tried to use the syntax :

rtl::OUString foo(RTL_CONSTASCII_STRINGPARAM("foo"));

-            OUString aImpl = OUString::createFromAscii( "/" );
+            OUString aImpl(RTL_CONSTASCII_USTRINGPARAM( "/" ));

Hope it's ok and there wasn't other i missed.

Julien.
(LGPLv3+ / MPL)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: calc_datefunc_analysis_solver.txt
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20101112/037d52a9/attachment.txt>


More information about the LibreOffice mailing list