summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/undoback.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/undoback.cxx')
-rw-r--r--sd/source/ui/func/undoback.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/undoback.cxx b/sd/source/ui/func/undoback.cxx
index 255ec111be70..8b821cbe8780 100644
--- a/sd/source/ui/func/undoback.cxx
+++ b/sd/source/ui/func/undoback.cxx
@@ -36,7 +36,7 @@ SdBackgroundObjUndoAction::SdBackgroundObjUndoAction(
mrPage(rPage),
mpItemSet(new SfxItemSet(rItenSet))
{
- String aString( SdResId( STR_UNDO_CHANGE_PAGEFORMAT ) );
+ OUString aString( SdResId( STR_UNDO_CHANGE_PAGEFORMAT ) );
SetComment( aString );
}