summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlithlp.hxx
diff options
context:
space:
mode:
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; }