From f1204419af34b1d2f0ecaa69ceeb1f8c8a7d87df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Feb 2013 10:34:03 +0200 Subject: fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style Change-Id: Ic494847cf56c7661474d2a096dccc675780c9ce1 --- xmlscript/source/xmlflat_imexp/xmlbas_import.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'xmlscript') diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx b/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx index 61a84c30c52d..5f16ea61204e 100644 --- a/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx +++ b/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx @@ -20,15 +20,14 @@ #ifndef XMLSCRIPT_XMLBAS_IMPORT_HXX #define XMLSCRIPT_XMLBAS_IMPORT_HXX -#include -#include +#include #include #include #include #include #include #include -#include +#include #include #include @@ -245,10 +244,9 @@ namespace xmlscript // class XMLBasicImporterBase // ============================================================================= - typedef ::cppu::WeakImplHelper3< + typedef ::cppu::WeakImplHelper2< ::com::sun::star::lang::XServiceInfo, - ::com::sun::star::document::XImporter, - ::com::sun::star::xml::sax::XDocumentHandler > XMLBasicImporterBase_BASE; + ::com::sun::star::document::XXMLOasisBasicImporter > XMLBasicImporterBase_BASE; class XMLBasicImporterBase : public XMLBasicImporterBase_BASE { -- cgit