office-gobmx/svtools
Noel Grandin aeb41c9b9b remove redundant calls to OUString constructor
Change code like this:
  aStr = OUString("xxxx");
into this:
  aStr = "xxxx";

Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
2013-11-04 10:11:07 +02:00
..
inc/pch
langsupport
qa/unoapi
source remove redundant calls to OUString constructor 2013-11-04 10:11:07 +02:00
uiconfig/ui
util
AllLangResTarget_svt.mk
Executable_langsupport.mk
JunitTest_svtools_unoapi.mk
Library_hatchwindowfactory.mk
Library_svt.mk
Makefile
Module_svtools.mk
README
UIConfig_svt.mk

Tools on top of VCL. Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.