summaryrefslogtreecommitdiff
path: root/include/comphelper/attributelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/attributelist.hxx')
-rw-r--r--include/comphelper/attributelist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/attributelist.hxx b/include/comphelper/attributelist.hxx
index e359b0b5dbb8..89622b44d710 100644
--- a/include/comphelper/attributelist.hxx
+++ b/include/comphelper/attributelist.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_COMPHELPER_ATTRIBUTELIST_HXX
#include <com/sun/star/xml/sax/XAttributeList.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <comphelper/comphelperdllapi.h>
@@ -30,7 +30,7 @@ namespace comphelper
struct AttributeList_Impl;
-class COMPHELPER_DLLPUBLIC AttributeList : public ::cppu::WeakImplHelper1
+class COMPHELPER_DLLPUBLIC AttributeList : public ::cppu::WeakImplHelper
<
::com::sun::star::xml::sax::XAttributeList
>