summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdundo.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 13:43:19 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:55:05 +0200
commit5da63b03c0ad1b93e6918d901b48f5850588a42b (patch)
treef35f8a767dc39092f32a9d357a33f1c968fc2376 /svx/source/svdraw/svdundo.cxx
parentdea5704e934d523438546ce8891d9cf5aef9b347 (diff)
convert svx/source/svdraw/*.cxx from String to OUString
Change-Id: I081cc5220fb0f55af2c08ae24bb92e4bf8d3f546
Diffstat (limited to 'svx/source/svdraw/svdundo.cxx')
-rw-r--r--svx/source/svdraw/svdundo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index 5f6ee2d7633c..df7b1e6ad6f8 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -91,7 +91,7 @@ void SdrUndoAction::SdrRepeat(SdrView& /*rView*/)
OUString SdrUndoAction::GetSdrRepeatComment(SdrView& /*rView*/) const
{
- return String();
+ return OUString();
}
////////////////////////////////////////////////////////////////////////////////////////////////////