office-gobmx/rsc/source
Noel Grandin 5112f6a6c6 remove RTL_CONSTASCII_STRINGPARAM in OString constructor
Convert code like:
    OString aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX"));
to:
    OString aKeyName("NDX");
which compiles down to the same code

Change-Id: I1780264cae4484fc78f0586b0750c09f2dce135f
2013-11-20 13:56:07 +02:00
..
parser
prj
res remove RTL_CONSTASCII_STRINGPARAM in OString constructor 2013-11-20 13:56:07 +02:00
rsc
rscpp
tools