office-gobmx/cui/source
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
..
customize convert new/move menu to .ui 2013-10-31 17:00:13 +00:00
dialogs Convert code that calls OUString::getStr()[] to use the [] operator 2013-11-04 08:06:10 +02:00
factory fixincludeguards.sh: cui 2013-10-28 15:16:19 +01:00
inc convert new/move menu to .ui 2013-10-31 17:00:13 +00:00
options remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
tabpages Convert code that calls OUString::getStr()[] to use the [] operator 2013-11-04 08:06:10 +02:00
uno