office-gobmx/idl
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
..
inc
source remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL 2013-11-21 13:29:29 +02:00
Executable_svidl.mk
Makefile
Module_idl.mk
README

SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/
subdirectory.