office-gobmx/comphelper
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
..
qa Disambiguate CPPUNIT_ASSERT_EQUAL arguments 2013-10-28 14:31:34 +01:00
source remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL 2013-11-21 13:29:29 +02:00
util
CppunitTest_comphelper_syntaxhighlight_test.mk comphelper: use boost_headers in unit test 2013-10-28 14:11:59 +01:00
CppunitTest_comphelper_test.mk
JunitTest_comphelper_complex.mk
Library_comphelper.mk Move MediaDescriptor from comphelper to unotools 2013-11-14 11:13:24 +01:00
Makefile
Module_comphelper.mk Fix and enable CppunitTest_comphelper_syntaxhighlight_test 2013-10-23 09:32:32 +02:00
README

Helper functionality for implementing UNO components

...anything not generic/mature enough to end up in URE's stable interface at
cppuhelper etc.