Hi Joost,
On Sun, 2010-11-21 at 16:36 +0100, Joost Eekhoorn wrote:
> I like short naming, thus I find RTL_CONSTASCII_USTRINGPARAM far too
> long.
Me too - makes the code horribly ugly, and so on. I'd prefer:
RTL_USTRP("foo")
or somesuch; but Caolan is busy cleaning all t
Hi,
CONTEXT:
I like short naming, thus I find RTL_CONSTASCII_USTRINGPARAM far too long.
But the there is C2U. That is defined 61 times and sometimes as:
#define C2U(cChar) OUString::createFromAscii(cChar)
and on other places as:
#define C2U(cChar) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(cCh