summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuexpand.cxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-24 13:15:47 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-24 13:17:37 +0400
commit30881c7663bd24fbad67e12f15216daa0aea24d7 (patch)
tree1c49fc9aa6a95ceaa93f5b34404cb3fa18e86a69 /sd/source/ui/func/fuexpand.cxx
parent8c150a9ab87d71c1b187959b8146fd85420ee801 (diff)
String(SdResId(foo)) -> SD_RESSTR(foo)
Change-Id: Ifc683c67ef3a1b228e28faf645a44ca911b6ad0f
Diffstat (limited to 'sd/source/ui/func/fuexpand.cxx')
-rw-r--r--sd/source/ui/func/fuexpand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx
index ce2e0ba33e91..2f839c3a6b15 100644
--- a/sd/source/ui/func/fuexpand.cxx
+++ b/sd/source/ui/func/fuexpand.cxx
@@ -108,7 +108,7 @@ void FuExpandPage::DoExecute( SfxRequest& )
const bool bUndo = mpView->IsUndoEnabled();
if( bUndo )
- mpView->BegUndo(String(SdResId(STR_UNDO_EXPAND_PAGE)));
+ mpView->BegUndo(SD_RESSTR(STR_UNDO_EXPAND_PAGE));
// set current structuring-object into outliner
OutlinerParaObject* pParaObj = pActualOutline->GetOutlinerParaObject();