summaryrefslogtreecommitdiff
path: root/editeng/source/items/itemtype.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/itemtype.cxx')
-rw-r--r--editeng/source/items/itemtype.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/items/itemtype.cxx b/editeng/source/items/itemtype.cxx
index c8ff68c37e26..7cb94d69e718 100644
--- a/editeng/source/items/itemtype.cxx
+++ b/editeng/source/items/itemtype.cxx
@@ -130,7 +130,7 @@ OUString GetMetricText( long nVal, MapUnit eSrcUnit, MapUnit eDestUnit, const In
OUString GetSvxString( sal_uInt16 nId )
{
- return EE_RESSTR( nId );
+ return EditResId::GetString( nId );
}
@@ -155,7 +155,7 @@ OUString GetColorString( const Color& rCol )
}
if ( nColor < SAL_N_ELEMENTS(aColAry) )
- sStr = EE_RESSTR( RID_SVXITEMS_COLOR_BEGIN + nColor + 1 );
+ sStr = EditResId::GetString( RID_SVXITEMS_COLOR_BEGIN + nColor + 1 );
if ( sStr.isEmpty() )
{