summaryrefslogtreecommitdiff
path: root/include/editeng/measfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-04 16:55:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-05 07:38:01 +0100
commitc26bdf54e065d4b6424e919fbf1f490e60390120 (patch)
tree9351839f1d3d76cbb3b490270fc01396da27d5a1 /include/editeng/measfld.hxx
parent18e85d91b5cc7ed3d3f9f163d3c211f29b54f7a2 (diff)
remove dead eeitemid.hxx
and inline the couple of constants still in use from it Change-Id: Icb9f5690b5649140bc0503a8917e6a0f764e3d9c Reviewed-on: https://gerrit.libreoffice.org/47404 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/measfld.hxx')
-rw-r--r--include/editeng/measfld.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/editeng/measfld.hxx b/include/editeng/measfld.hxx
index 6422afb07753..c7f9107c6a5e 100644
--- a/include/editeng/measfld.hxx
+++ b/include/editeng/measfld.hxx
@@ -21,16 +21,8 @@
#define INCLUDED_EDITENG_MEASFLD_HXX
#include <editeng/eeitem.hxx>
-
-#ifndef _FLDITEM_HXX
-#ifndef ITEMID_FIELD
-#include <editeng/editdata.hxx> /* this include is needed due to EE_FEATURE_FIELD */
-#define ITEMID_FIELD EE_FEATURE_FIELD /* is needed for #include <editeng/flditem.hxx> */
-#endif
#include <editeng/flditem.hxx>
-#endif
#include <editeng/editengdllapi.h>
-
#include <com/sun/star/text/textfield/Type.hpp>
class SdrMeasureObj;