From af718023e0af800f767bd6a8bc5f0a0a6e40b1e0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 11:33:23 +0000 Subject: INTEGRATION: CWS xmlbasic (1.8.128); FILE MERGED 2004/09/30 10:58:28 tbe 1.8.128.1: #i22747# XML filter adaptors and macros --- xmlscript/inc/xmlscript/xml_helper.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmlscript/inc') diff --git a/xmlscript/inc/xmlscript/xml_helper.hxx b/xmlscript/inc/xmlscript/xml_helper.hxx index 16c73b88d9..6db459e328 100644 --- a/xmlscript/inc/xmlscript/xml_helper.hxx +++ b/xmlscript/inc/xmlscript/xml_helper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xml_helper.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: dbo $ $Date: 2001-08-24 11:16:36 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:33:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,8 @@ #include #endif -#ifndef _COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_ -#include +#ifndef _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_ +#include #endif #ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_ #include @@ -137,13 +137,13 @@ public: @param xOut document handler to be written to */ void SAL_CALL dump( - ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut ); + ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > const & xOut ); /** Dumps out sub elements (and all further sub elements). @param xOut document handler to be written to */ void SAL_CALL dumpSubElements( - ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut ); + ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > const & xOut ); // XAttributeList virtual sal_Int16 SAL_CALL getLength() -- cgit v1.2.3