summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/unprlout.cxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-10 16:30:45 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-10 16:32:46 +0400
commite1b8dfda24c75e91d8ebced7a4022b78ee7fca25 (patch)
tree81919db3ec72d41178bdcb51549c868502219dfe /sd/source/ui/func/unprlout.cxx
parentf115934e0a9146c0adf115abcb99e048c530349d (diff)
String->OUString
Change-Id: Ifda8c7453ecb40abdae8d63656b8742c80691b98
Diffstat (limited to 'sd/source/ui/func/unprlout.cxx')
-rw-r--r--sd/source/ui/func/unprlout.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/unprlout.cxx b/sd/source/ui/func/unprlout.cxx
index 35cb13bb3a27..1100fc60b8d4 100644
--- a/sd/source/ui/func/unprlout.cxx
+++ b/sd/source/ui/func/unprlout.cxx
@@ -30,8 +30,8 @@ TYPEINIT1(SdPresentationLayoutUndoAction, SdUndoAction);
SdPresentationLayoutUndoAction::SdPresentationLayoutUndoAction(
SdDrawDocument* pTheDoc,
- String aTheOldLayoutName,
- String aTheNewLayoutName,
+ OUString aTheOldLayoutName,
+ OUString aTheNewLayoutName,
AutoLayout eTheOldAutoLayout,
AutoLayout eTheNewAutoLayout,
sal_Bool bSet,
@@ -46,7 +46,7 @@ SdPresentationLayoutUndoAction::SdPresentationLayoutUndoAction(
DBG_ASSERT(pThePage, "No Page set!");
pPage = pThePage;
- aComment = String(SdResId(STR_UNDO_SET_PRESLAYOUT));
+ aComment = SD_RESSTR(STR_UNDO_SET_PRESLAYOUT);
}
void SdPresentationLayoutUndoAction::Undo()