office-gobmx/helpcompiler
Noel Grandin 52bbd9cc00 remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls
Convert code like:
    aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" ));
to:
    aStrBuf.append( "ln(x)" );
which compiles down to the same code.

Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
2013-11-20 10:07:32 +02:00
..
inc rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header 2013-06-13 20:08:16 +02:00
source remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls 2013-11-20 10:07:32 +02:00
Executable_helpindexer.mk helpcompiler: remove Package_inc 2013-05-07 01:41:23 +02:00
Executable_helplinker.mk helpcompiler: remove Package_inc 2013-05-07 01:41:23 +02:00
Library_helplinker.mk rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header 2013-06-13 20:08:16 +02:00
Makefile re-base on ALv2 code. Includes: 2012-10-02 12:15:41 +01:00
Module_helpcompiler.mk helpcompiler: remove Package_inc 2013-05-07 01:41:23 +02:00