From df16eb07f8b396c905dd4a1d9f971c9e342344c9 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Thu, 12 Jul 2001 13:42:19 +0000 Subject: fixed header to include definition of enum SvxGraphicsPosition --- sw/source/filter/xml/xmlithlp.hxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'sw/source/filter/xml/xmlithlp.hxx') 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 #endif +#ifndef _HINTIDS_HXX +#include "hintids.hxx" // for following include +#endif + +#ifndef _SVX_BRSHITEM_HXX +#include // for SvxGraphicsPosition +#endif + class SvxBorderLine; struct SvXMLEnumMapEntry; class SvXMLUnitConverter; class Color; -enum SvxGraphicPosition; namespace rtl { class OUString; } -- cgit