RTL_CONSTASCII_(U)STRINGPARAM officially obsolete
Caolán McNamara
caolanm at redhat.com
Thu Apr 5 07:08:15 PDT 2012
On Thu, 2012-04-05 at 15:06 +0200, Lubos Lunak wrote:
> hopefully very unlikely and IMO not worth the inconvenience.
Yeah, I guess, fair enough. The other minor thing I guess is to flag
that (I presume) if there's something like...
foo(const char *one);
foo(rtl::OUString foo);
then
-foo(rtl::OUString(..."apple"...))
+foo("apple")
would end up calling the other one, which is no biggy I suppose.
C.
More information about the LibreOffice
mailing list