summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtsh1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh1.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtsh1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx
index 0809ed26bfa6..efd9930b78f0 100644
--- a/sw/source/ui/wrtsh/wrtsh1.cxx
+++ b/sw/source/ui/wrtsh/wrtsh1.cxx
@@ -1781,7 +1781,7 @@ String SwWrtShell::GetSelDescr() const
switch (nSelType)
{
case nsSelectionType::SEL_GRF:
- aResult = SW_RES(STR_GRAPHIC);
+ aResult = SW_RESSTR(STR_GRAPHIC);
break;
case nsSelectionType::SEL_FRM:
@@ -1794,7 +1794,7 @@ String SwWrtShell::GetSelDescr() const
break;
case nsSelectionType::SEL_DRW:
{
- aResult = SW_RES(STR_DRAWING_OBJECTS);
+ aResult = SW_RESSTR(STR_DRAWING_OBJECTS);
}
break;
default: