string parameters
Enrico Weigelt
enrico.weigelt at vnc.biz
Thu Apr 5 05:24:19 PDT 2012
> Before you dive deeper in the code, Lubos made a great job to
> simplify the
> use of RTL_CONSTASCII_USTRINGPARAM, you should read this :
> http://nabble.documentfoundation.org/RTL-CONSTASCII-U-STRINGPARAM-officially-obsolete-tp3881536p3881536.html
Ah, I've already seen this mail, but just missed that part:
> > functionFoo( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("XXXXX")))
> >
> > can be written as
> >
> > functionFoo( "XXXXX" );
So, the problem is already solved, right ?
cu
More information about the LibreOffice
mailing list