summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-22 07:31:59 +0200
committerNoel Grandin <noel@peralex.com>2014-07-23 13:26:18 +0200
commitb78d881520f2eb658180e2c90ffee3d30a80f0ae (patch)
tree487035e6cbf0ad4094110debfa5f4d0ec9904c9c /include
parent262bde9b3eddf8937d3ce57939dddb1c20b1daaa (diff)
remove unused values from SfxFieldUnit enum
Change-Id: I3cb720b62216f5534d0ff3b524c596158ffe824c
Diffstat (limited to 'include')
-rw-r--r--include/svl/poolitem.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 5a6d4564e138..698fe6ea3854 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -88,9 +88,7 @@ inline ::com::sun::star::uno::Any Bool2Any( bool bValue )
//! Notloesung!!!
enum SfxFieldUnit
{
- SFX_FUNIT_NONE, SFX_FUNIT_MM, SFX_FUNIT_CM, SFX_FUNIT_M, SFX_FUNIT_KM,
- SFX_FUNIT_TWIP, SFX_FUNIT_POINT, SFX_FUNIT_PICA,
- SFX_FUNIT_INCH, SFX_FUNIT_FOOT, SFX_FUNIT_MILE, SFX_FUNIT_CHAR, SFX_FUNIT_LINE, SFX_FUNIT_CUSTOM
+ SFX_FUNIT_NONE, SFX_FUNIT_TWIP
};
enum SfxMapUnit