summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.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/dlg/tpoption.cxx
parent8c150a9ab87d71c1b187959b8146fd85420ee801 (diff)
String(SdResId(foo)) -> SD_RESSTR(foo)
Change-Id: Ifc683c67ef3a1b228e28faf645a44ca911b6ad0f
Diffstat (limited to 'sd/source/ui/dlg/tpoption.cxx')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index 6bc07433eed3..ffa68c502b34 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -352,7 +352,7 @@ int SdTpOptionsMisc::DeactivatePage( SfxItemSet* pActiveSet )
FillItemSet( *pActiveSet );
return( LEAVE_PAGE );
}
- WarningBox aWarnBox( GetParent(), WB_YES_NO, String( SdResId( STR_WARN_SCALE_FAIL ) ) );
+ WarningBox aWarnBox( GetParent(), WB_YES_NO, SD_RESSTR( STR_WARN_SCALE_FAIL ) );
short nReturn = aWarnBox.Execute();
if( nReturn == RET_YES )