diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-04 13:43:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:55:05 +0200 |
commit | 5da63b03c0ad1b93e6918d901b48f5850588a42b (patch) | |
tree | f35f8a767dc39092f32a9d357a33f1c968fc2376 /svx/source/svdraw/svdcrtv.cxx | |
parent | dea5704e934d523438546ce8891d9cf5aef9b347 (diff) |
convert svx/source/svdraw/*.cxx from String to OUString
Change-Id: I081cc5220fb0f55af2c08ae24bb92e4bf8d3f546
Diffstat (limited to 'svx/source/svdraw/svdcrtv.cxx')
-rw-r--r-- | svx/source/svdraw/svdcrtv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdcrtv.cxx b/svx/source/svdraw/svdcrtv.cxx index 9e6ff2332ef6..564542edcd50 100644 --- a/svx/source/svdraw/svdcrtv.cxx +++ b/svx/source/svdraw/svdcrtv.cxx @@ -405,7 +405,7 @@ sal_Bool SdrCreateView::ImpBegCreateObj(sal_uInt32 nInvent, sal_uInt16 nIdent, c } if (pCreatePV!=NULL) { // otherwise no side registered! - String aLay(aAktLayer); + OUString aLay(aAktLayer); if(nInvent == SdrInventor && nIdent == OBJ_MEASURE && !aMeasureLayer.isEmpty()) { |