office-gobmx/cui
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
..
inc/pch
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
uiconfig/ui convert new/move menu to .ui 2013-10-31 17:00:13 +00:00
util
AllLangResTarget_cui.mk
Library_cui.mk
Makefile
Module_cui.mk
README
UIConfig_cui.mk convert new/move menu to .ui 2013-10-31 17:00:13 +00:00

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.