From bd3402ba43c6e028e90d6bf6d829ebc72d6ebcd4 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Tue, 6 Dec 2016 14:24:17 +0100 Subject: tdf#88206 replace cppu::WeakImplHelper* in sax and xml* Change-Id: I75f4000a17155fbdff96fe0733dc0225b20cd4d2 Reviewed-on: https://gerrit.libreoffice.org/31678 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xmlimp.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xmloff/xmlimp.hxx') diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index f4ed9fd40b30..e4b7cd5da8b2 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include @@ -136,7 +136,7 @@ public: }; -class XMLOFF_DLLPUBLIC SvXMLImport : public ::cppu::WeakImplHelper8< +class XMLOFF_DLLPUBLIC SvXMLImport : public cppu::WeakImplHelper< css::xml::sax::XExtendedDocumentHandler, css::xml::sax::XFastDocumentHandler, css::lang::XServiceInfo, -- cgit