summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimpit.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-10-26 11:02:47 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-10-26 11:02:47 +0000
commit6d654a458dd75f21bba35b7247e67b2ab16ad591 (patch)
tree8d9166324ffb21d8bf38a46742b3cfce4e2ae3d1 /sw/source/filter/xml/xmlimpit.hxx
parentd614bace913ed713e05fccba4f0dcb779546c1ac (diff)
#93467# removed XDocumentHandler calls from writer
also removed superflous includes in two files
Diffstat (limited to 'sw/source/filter/xml/xmlimpit.hxx')
-rw-r--r--sw/source/filter/xml/xmlimpit.hxx19
1 files changed, 2 insertions, 17 deletions
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 <com/sun/star/xml/sax/SAXParseException.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_
-#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_SAXEXCEPTION_HPP_
-#include <com/sun/star/xml/sax/SAXException.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_
-#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
-#endif
#ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XLOCATOR_HPP_
-#include <com/sun/star/xml/sax/XLocator.hpp>
-#endif
#ifndef _XMLITMAP_HXX
#include "xmlitmap.hxx"