RTL_CONSTASCII_(U)STRINGPARAM officially obsolete

Caolán McNamara caolanm at redhat.com
Thu Apr 5 05:37:10 PDT 2012


On Thu, 2012-04-05 at 08:43 +0300, Tor Lillqvist wrote:
> > if (foo.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("XXXXX")))
> > if (foo.equals(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("XXXXX"))))
> >
> > can be written as
> >
> > if( foo == "XXXXX" )
> 
> This has to be the biggest improvement in OOo/LO codebase readability
> ever! Incredibly nice!

Look good. I wonder though if its only me that would prefer not to have
an overloaded operator== and to force bar.equalsfoo(""). 

C.



More information about the LibreOffice mailing list