summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:33:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:33:23 +0000
commitaf718023e0af800f767bd6a8bc5f0a0a6e40b1e0 (patch)
treee65f33bef96c8bb862179168921d1d355728ae7e /xmlscript/inc
parentc92d2be0a31776e32482955b0a803233c54e3b94 (diff)
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
Diffstat (limited to 'xmlscript/inc')
-rw-r--r--xmlscript/inc/xmlscript/xml_helper.hxx12
1 files changed, 6 insertions, 6 deletions
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 <cppuhelper/implbase1.hxx>
#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_
-#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
+#ifndef _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_
+#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#endif
#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
#include <com/sun/star/io/XInputStream.hpp>
@@ -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()