From 6d654a458dd75f21bba35b7247e67b2ab16ad591 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Fri, 26 Oct 2001 11:02:47 +0000 Subject: #93467# removed XDocumentHandler calls from writer also removed superflous includes in two files --- sw/source/filter/xml/xmlimpit.hxx | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'sw/source/filter/xml/xmlimpit.hxx') diff --git a/sw/source/filter/xml/xmlimpit.hxx b/sw/source/filter/xml/xmlimpit.hxx index a7179d2ffd3a..0905a1391ac0 100644 --- a/sw/source/filter/xml/xmlimpit.hxx +++ b/sw/source/filter/xml/xmlimpit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlimpit.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $ + * last change: $Author: dvo $ $Date: 2001-10-26 12:02:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,24 +72,9 @@ #endif -#ifndef _COM_SUN_STAR_XML_SAX_SAXPARSEEXCEPTION_HPP_ -#include -#endif -#ifndef _COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_ -#include -#endif -#ifndef _COM_SUN_STAR_XML_SAX_SAXEXCEPTION_HPP_ -#include -#endif -#ifndef _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_ -#include -#endif #ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_ #include #endif -#ifndef _COM_SUN_STAR_XML_SAX_XLOCATOR_HPP_ -#include -#endif #ifndef _XMLITMAP_HXX #include "xmlitmap.hxx" -- cgit