Files
libreoffice/sw/source/ui/misc
Noel Grandin 6eac9deadd remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL
Convert code like this:
    if (aStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem")))
to:
    if (aStr == "rem")
which compiles down to the same code.

Change-Id: I2dfa0f0a457c465948ecf720daaa45ff29d69de9
2013-11-21 13:29:29 +02:00
..
2013-11-05 09:28:51 +01:00
2013-10-26 20:03:50 +02:00
2013-11-20 06:07:04 -06:00