summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlithlp.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-07-12 13:42:19 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-07-12 13:42:19 +0000
commitdf16eb07f8b396c905dd4a1d9f971c9e342344c9 (patch)
tree4a8767d845a781184bc44fdc63cad854429dcc87 /sw/source/filter/xml/xmlithlp.hxx
parent9ce915450540abfff3585e721cc1b5ac197c9850 (diff)
fixed header to include definition of enum SvxGraphicsPosition
Diffstat (limited to 'sw/source/filter/xml/xmlithlp.hxx')
-rw-r--r--sw/source/filter/xml/xmlithlp.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlithlp.hxx b/sw/source/filter/xml/xmlithlp.hxx
index 4639b11e95c1..dbd41a395adc 100644
--- a/sw/source/filter/xml/xmlithlp.hxx
+++ b/sw/source/filter/xml/xmlithlp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlithlp.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2001-07-09 20:10:43 $
+ * last change: $Author: dvo $ $Date: 2001-07-12 14:42:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,11 +70,18 @@
#include <xmloff/xmlement.hxx>
#endif
+#ifndef _HINTIDS_HXX
+#include "hintids.hxx" // for following include
+#endif
+
+#ifndef _SVX_BRSHITEM_HXX
+#include <svx/brshitem.hxx> // for SvxGraphicsPosition
+#endif
+
class SvxBorderLine;
struct SvXMLEnumMapEntry;
class SvXMLUnitConverter;
class Color;
-enum SvxGraphicPosition;
namespace rtl { class OUString; }