summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/uiborder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/frmdlg/uiborder.cxx')
-rw-r--r--sw/source/ui/frmdlg/uiborder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/uiborder.cxx b/sw/source/ui/frmdlg/uiborder.cxx
index 0b9e07793b0a..f0e95a46cd28 100644
--- a/sw/source/ui/frmdlg/uiborder.cxx
+++ b/sw/source/ui/frmdlg/uiborder.cxx
@@ -33,7 +33,7 @@ SwBorderDlg::SwBorderDlg(vcl::Window* pParent, SfxItemSet& rSet, SwBorderModes n
SfxSingleTabDialog(pParent, rSet)
{
- SetText(SW_RESSTR(STR_FRMUI_BORDER));
+ SetText(SwResId(STR_FRMUI_BORDER));
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialog creation failed!");