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, 0 insertions, 4 deletions
diff --git a/editeng/source/items/itemtype.cxx b/editeng/source/items/itemtype.cxx
index c743afc58c46..dff82ee7ca44 100644
--- a/editeng/source/items/itemtype.cxx
+++ b/editeng/source/items/itemtype.cxx
@@ -26,7 +26,6 @@
#include <rtl/ustrbuf.hxx>
-
OUString GetMetricText( long nVal, SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit, const IntlWrapper* pIntl )
{
bool bNeg = false;
@@ -129,14 +128,12 @@ OUString GetMetricText( long nVal, SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit, co
}
-
OUString GetSvxString( sal_uInt16 nId )
{
return EE_RESSTR( nId );
}
-
OUString GetColorString( const Color& rCol )
{
OUString sStr;
@@ -171,7 +168,6 @@ OUString GetColorString( const Color& rCol )
}
-
sal_uInt16 GetMetricId( SfxMapUnit eUnit )
{
sal_uInt16 nId = RID_SVXITEMS_METRIC_MM;