From fb741b5e1e6aeaee74cf14af4f1cc152f0ab0952 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 10 Oct 2012 10:13:18 +0200 Subject: fdo#46808, Adapt xml::sax::XWriter UNO service to new style Create a merged XWriter interface for the service. The xml.sax.Writer service already existed, it just did not have an IDL file. Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5 --- sax/source/expatwrap/saxwriter.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sax/source') diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 4b3b7a0a4efb..e54c9fcc1d22 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -20,16 +20,16 @@ #include #include -#include #include #include #include +#include #include #include #include -#include +#include #include #include @@ -863,10 +863,9 @@ static inline sal_Int32 getLastLineBreak( const Sequence & seq) throw class SAXWriter : - public WeakImplHelper3< - XActiveDataSource, - XExtendedDocumentHandler, - XServiceInfo > + public WeakImplHelper2< + XWriter, + XServiceInfo > { public: SAXWriter( ) : -- cgit