tdf#88206 replace cppu::WeakImplHelper* in sax and xml*

Change-Id: I75f4000a17155fbdff96fe0733dc0225b20cd4d2
Reviewed-on: https://gerrit.libreoffice.org/31678
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Jochen Nitschke
2016-12-06 14:24:17 +01:00
committed by Noel Grandin
parent e67857cb18
commit bd3402ba43
8 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
#include <vector>
#include <rtl/byteseq.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
@@ -39,7 +39,7 @@ namespace xmlscript
class XMLSCRIPT_DLLPUBLIC XMLElement
: public ::cppu::WeakImplHelper1< css::xml::sax::XAttributeList >
: public cppu::WeakImplHelper< css::xml::sax::XAttributeList >
{
public:
inline XMLElement( OUString const & name )