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

Kohei Yoshida kyoshida at novell.com
Fri Nov 12 07:01:26 PST 2010


Hi Julien,

On Fri, 2010-11-12 at 14:02 +0100, Julien Nabet wrote:
> Hello,
> 
> Here's a patch for calc

Applied and pushed.  Beautifully done. :-)

> 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.

Yup, that's what we'd have expected.

Thanks a lot, and keep them coming!

Kohei


-- 
Kohei Yoshida, LibreOffice hacker, Calc
<kyoshida at novell.com>



More information about the LibreOffice mailing list