summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/atrfrm.cxx')
-rw-r--r--sw/source/core/layout/atrfrm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index e135c78f9c13..2f6516d4f22a 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -2794,7 +2794,7 @@ void SwFrameFormat::SetPositionLayoutDir( const sal_Int16 )
OUString SwFrameFormat::GetDescription() const
{
- return SW_RES(STR_FRAME);
+ return SwResId(STR_FRAME);
}
void SwFrameFormat::dumpAsXml(xmlTextWriterPtr pWriter) const
@@ -3368,7 +3368,7 @@ OUString SwDrawFrameFormat::GetDescription() const
aResult = m_sSdrObjectCachedComment;
}
else
- aResult = SW_RESSTR(STR_GRAPHIC);
+ aResult = SwResId(STR_GRAPHIC);
return aResult;
}