office-gobmx/l10ntools
Noel Grandin 2241fd5302 remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL
Convert code like:
    aStr.equalsIgnoreAsciiCaseL(RTL_CONSTASCII_STRINGPARAM("XGRAD_SEQ_BEGIN"))
to:
    aStr.equalsIgnoreAsciiCase("XGRAD_SEQ_BEGIN")
which compiles down to the same code.

Change-Id: Ia69289d853d292b2f27b68863cb6f6ecdbf1a71e
2013-11-22 08:07:18 +02:00
..
inc good-bye stringex, you served well 2013-11-17 11:03:36 +01:00
source remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL 2013-11-22 08:07:18 +02:00
Executable_cfgex.mk
Executable_helpex.mk
Executable_idxdict.mk
Executable_localize.mk
Executable_pocheck.mk
Executable_propex.mk
Executable_transex3.mk
Executable_treex.mk
Executable_uiex.mk
Executable_ulfex.mk
Executable_xrmex.mk
Makefile
Module_l10ntools.mk good-bye stringex, you served well 2013-11-17 11:03:36 +01:00
README
StaticLibrary_transex.mk

l10ntools (l10n = localization) contains a number of tools that extract
translatable content from source code and merge translations back to
source code during the build.