summaryrefslogtreecommitdiffstats
path: root/include/svl
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-08 13:50:37 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-08 13:44:11 +0000
commit7f4230675c6c78ebea8b6db3f3612e3ef6fb23df (patch)
treee57aee541754d2107f6175bf461f567b86ef8333 /include/svl
parentAllow building Python on Mac with GNU xargs (diff)
downloadcore-7f4230675c6c78ebea8b6db3f3612e3ef6fb23df.tar.gz
core-7f4230675c6c78ebea8b6db3f3612e3ef6fb23df.zip
tdf#90804 remove SfxFieldUnit enum
b78d881520f2eb658180e2c90ffee3d30a80f0ae removed unused values from SfxFieldUnit enum. This broke the mapping between SfxFieldUnit and FieldUnit. In fact SfxFieldUnit was redundant. Change-Id: I13c7e7d708c6eeab0de192f4cd110b0a23989a31 Reviewed-on: https://gerrit.libreoffice.org/16150 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/poolitem.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 4cd3c88947e4..518c875d96f1 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -80,12 +80,6 @@ inline ::com::sun::star::uno::Any Bool2Any( bool bValue )
return ::com::sun::star::uno::Any( &bValue, cppu::UnoType<bool>::get() );
}
-
-enum SfxFieldUnit
-{
- SFX_FUNIT_NONE, SFX_FUNIT_TWIP
-};
-
enum SfxMapUnit
{
SFX_MAPUNIT_100TH_MM,