office-gobmx/sc/source/ui/docshell
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
..
arealink.cxx
autostyl.cxx
dbdocfun.cxx
dbdocimp.cxx
docfunc.cxx Use enum for table op mode. 2013-10-30 19:37:53 -04:00
docsh.cxx
docsh2.cxx
docsh3.cxx
docsh4.cxx
docsh5.cxx
docsh6.cxx
docsh7.cxx
docsh8.cxx
docshimp.hxx
editable.cxx
externalrefmgr.cxx remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
impex.cxx don't update row height for csv import, fdo#69009 2013-10-30 23:13:20 +01:00
macromgr.cxx
olinefun.cxx
pagedata.cxx
pntlock.cxx
servobj.cxx
sizedev.cxx
tablink.cxx
tpstat.cxx