office-gobmx/sot
Noel Grandin 5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
..
qa Related: fdo#70483 add regression test 2013-10-29 11:38:31 +00:00
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
util
workben
CppunitTest_sot_test_sot.mk
JunitTest_sot_complex.mk
Library_sot.mk
Makefile
Module_sot.mk
README

Compound file storage tools code.