summaryrefslogtreecommitdiff
path: root/sw/source/core/ole/ndole.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/ole/ndole.cxx')
-rw-r--r--sw/source/core/ole/ndole.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 154b7105e1c2..aa7449a6a1ec 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -1000,12 +1000,12 @@ OUString SwOLEObj::GetDescription()
SvGlobalName aClassID( xEmbObj->getClassID() );
if ( SotExchange::IsMath( aClassID ) )
- return SW_RESSTR(STR_MATH_FORMULA);
+ return SwResId(STR_MATH_FORMULA);
if ( SotExchange::IsChart( aClassID ) )
- return SW_RESSTR(STR_CHART);
+ return SwResId(STR_CHART);
- return SW_RESSTR(STR_OLE);
+ return SwResId(STR_OLE);
}
drawinglayer::primitive2d::Primitive2DContainer const & SwOLEObj::tryToGetChartContentAsPrimitive2DSequence(