summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/insrc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/insrc.cxx')
-rw-r--r--cui/source/dialogs/insrc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/insrc.cxx b/cui/source/dialogs/insrc.cxx
index 279dba93d665..643f6d6432dd 100644
--- a/cui/source/dialogs/insrc.cxx
+++ b/cui/source/dialogs/insrc.cxx
@@ -50,8 +50,8 @@ SvxInsRowColDlg::SvxInsRowColDlg(Window* pParent, bool bCol, const rtl::OString&
aBeforeBtn( this, CUI_RES( CB_POS_BEFORE ) ),
aAfterBtn( this, CUI_RES( CB_POS_AFTER ) ),
aPosFL( this, CUI_RES( FL_POS ) ),
- aRow(ResId::toString(CUI_RES(STR_ROW))),
- aCol(ResId::toString(CUI_RES(STR_COL))),
+ aRow(CUI_RESSTR(STR_ROW)),
+ aCol(CUI_RESSTR(STR_COL)),
aOKBtn( this, CUI_RES( BT_OK ) ),
aCancelBtn( this, CUI_RES( BT_CANCEL ) ),
aHelpBtn( this, CUI_RES( BT_HELP ) ),