From e1b8dfda24c75e91d8ebced7a4022b78ee7fca25 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Sat, 10 Aug 2013 16:30:45 +0400 Subject: String->OUString Change-Id: Ifda8c7453ecb40abdae8d63656b8742c80691b98 --- sd/source/ui/func/unprlout.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/func/unprlout.cxx') 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() -- cgit