From 372f9801687cad620924b7ac6e4fe488ff998334 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Sep 2012 14:00:14 +0200 Subject: fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new style Create a merged XSAXDocumentBuilder2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Iaa96031a0b7c27e957d2edb0394e5eeaaa84cdca --- unoxml/source/dom/saxbuilder.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/saxbuilder.hxx b/unoxml/source/dom/saxbuilder.hxx index f9a41f4b4e64..9945548cf998 100644 --- a/unoxml/source/dom/saxbuilder.hxx +++ b/unoxml/source/dom/saxbuilder.hxx @@ -25,17 +25,16 @@ #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include -#include #include #include #include @@ -60,7 +59,7 @@ namespace DOM typedef std::stack< NSMap > NSStack; class CSAXDocumentBuilder - : public ::cppu::WeakImplHelper3< XDocumentHandler, XSAXDocumentBuilder, XServiceInfo > + : public ::cppu::WeakImplHelper2< XSAXDocumentBuilder2, XServiceInfo > { private: -- cgit v1.2.3