office-gobmx/cui
Noel Grandin 610b2b94b3 remove unnecessary use of OUString constructor when assigning
change code like
   aStr = OUString("xxxx");
to
   aStr = "xxxx";

Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19 10:29:31 +02:00
..
inc/pch
source remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
uiconfig/ui missing translatable="yes" attributes 2013-11-17 10:55:50 +01:00
util
AllLangResTarget_cui.mk
Library_cui.mk
Makefile
Module_cui.mk make l10n buildable separately 2013-11-14 16:45:02 +01:00
README
UIConfig_cui.mk

Common User Interface

It was moved out from svx in DEV300m68:

http://www.mail-archive.com/dev@openoffice.org/msg12925.html

It contains dialogs used by more then one application, e.g. paragraph
properties.