office-gobmx/cpputools
Noel Grandin fcd1637d51 convert OUString compareToAscii == 0 to equalsAscii
Convert code like
   aStr.compareToAscii("XXX") == 0
to
  aStr.equalsAscii("XXX")
which is both easier to read and faster.

Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
2013-11-11 12:58:13 +02:00
..
source convert OUString compareToAscii == 0 to equalsAscii 2013-11-11 12:58:13 +02:00
Executable_sp2bv.mk
Executable_uno.mk
Makefile
Module_cpputools.mk
README

Old way of doing component registration. Nowadays replaced by another stand-alone UI and tools called UNO package.