summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/config/optpage.cxx')
-rw-r--r--sw/source/ui/config/optpage.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index b5f2add08eba..b78e70fc5936 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -123,7 +123,7 @@ SwContentOptPage::SwContentOptPage( vcl::Window* pParent,
m_pVRulerRightCBox->Hide();
m_pVRulerCBox->SetClickHdl(LINK(this, SwContentOptPage, VertRulerHdl ));
- SvxStringArray aMetricArr( SW_RES( STR_ARR_METRIC ) );
+ SvxStringArray aMetricArr(ResId(STR_ARR_METRIC, *pSwResMgr));
for ( size_t i = 0; i < aMetricArr.Count(); ++i )
{
const OUString sMetric = aMetricArr.GetStringByPos( i );
@@ -297,7 +297,7 @@ SwAddPrinterTabPage::SwAddPrinterTabPage(vcl::Window* pParent,
const SfxItemSet& rCoreSet)
: SfxTabPage(pParent, "PrintOptionsPage",
"modules/swriter/ui/printoptionspage.ui", &rCoreSet)
- , sNone(SW_RESSTR(SW_STR_NONE))
+ , sNone(SwResId(SW_STR_NONE))
, bAttrModified(false)
, bPreview(false)
{
@@ -559,9 +559,9 @@ SwStdFontTabPage::SwStdFontTabPage( vcl::Window* pParent,
m_nFontGroup(FONT_GROUP_DEFAULT),
- m_sScriptWestern(SW_RES(ST_SCRIPT_WESTERN)),
- m_sScriptAsian(SW_RES(ST_SCRIPT_ASIAN)),
- m_sScriptComplex(SW_RES(ST_SCRIPT_CTL))
+ m_sScriptWestern(SwResId(ST_SCRIPT_WESTERN)),
+ m_sScriptAsian(SwResId(ST_SCRIPT_ASIAN)),
+ m_sScriptComplex(SwResId(ST_SCRIPT_CTL))
{
get(m_pLabelFT,"label1");
get(m_pStandardBox,"standardbox");