summaryrefslogtreecommitdiff
path: root/svx/source/form/fmPropBrw.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 14:50:08 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:55:09 +0200
commit689bf5e24a5a6757efd035515f828b11b559cded (patch)
tree414b7d04e74ad60f8b7a71f57ebdb58cbf12d6f0 /svx/source/form/fmPropBrw.cxx
parent1287804a89c73e072d57a11ca18988c3e73a77b8 (diff)
convert svx/source/form/*.cxx from String to OUString
Change-Id: I3cac7b1f267bf119265869968c723df0473043b6
Diffstat (limited to 'svx/source/form/fmPropBrw.cxx')
-rw-r--r--svx/source/form/fmPropBrw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx
index 72bdf74816da..0d879727d3be 100644
--- a/svx/source/form/fmPropBrw.cxx
+++ b/svx/source/form/fmPropBrw.cxx
@@ -417,7 +417,7 @@ void FmPropBrw::implSetNewSelection( const InterfaceBag& _rSelection )
}
// set the new title according to the selected object
- String sTitle;
+ OUString sTitle;
if ( _rSelection.empty() )
{