Files
loongoffice/svtools/source/uno
Noel Grandin 3af99e4d59 convert equalsAsciiL calls to startsWith calls
Convert code like:
    aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) )
to
    aStr.startsWith( "ActiveConnection" )
which compiles down to the same machine code.

Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33
2013-11-20 10:07:31 +02:00
..
2013-11-04 14:53:38 +01:00
2013-11-05 09:28:53 +01:00
2013-11-14 21:02:40 +01:00
2013-11-05 09:28:53 +01:00