summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlfonte.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-03-04 18:38:57 +0000
committerNiklas Nebel <nn@openoffice.org>2002-03-04 18:38:57 +0000
commite1003f310a5719066a44f0cbe3ed0ce79671a690 (patch)
tree9a058d371b791f02d8da24f8b42f70dce3568df4 /sc/source/filter/xml/xmlfonte.cxx
parent38cdec2a7badf08d97adc302ba4a22ded4212cb1 (diff)
#97032# ITEMID_FIELD must be defined before including EditEngine headers
Diffstat (limited to 'sc/source/filter/xml/xmlfonte.cxx')
-rw-r--r--sc/source/filter/xml/xmlfonte.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlfonte.cxx b/sc/source/filter/xml/xmlfonte.cxx
index 9a5d64796afe..c427dcecffa8 100644
--- a/sc/source/filter/xml/xmlfonte.cxx
+++ b/sc/source/filter/xml/xmlfonte.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlfonte.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2001-09-13 15:15:15 $
+ * last change: $Author: nn $ $Date: 2002-03-04 19:34:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,10 @@
#ifndef SC_ITEMS_HXX
#include "scitems.hxx"
#endif
+
+#include <svx/eeitem.hxx>
+#define ITEMID_FIELD EE_FEATURE_FIELD
+
#ifndef _XMLOFF_XMLFONTAUTOSTYLEPOOL_HXX
#include <xmloff/XMLFontAutoStylePool.hxx>
#endif