summaryrefslogtreecommitdiff
path: root/unotools/source/misc/eventlisteneradapter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/eventlisteneradapter.cxx')
-rw-r--r--unotools/source/misc/eventlisteneradapter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/eventlisteneradapter.cxx b/unotools/source/misc/eventlisteneradapter.cxx
index f9be7465f3dc..316cc4fcf4f0 100644
--- a/unotools/source/misc/eventlisteneradapter.cxx
+++ b/unotools/source/misc/eventlisteneradapter.cxx
@@ -23,7 +23,7 @@
#include <unotools/eventlisteneradapter.hxx>
#include <osl/diagnose.h>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace utl
{
@@ -33,7 +33,7 @@ namespace utl
//= OEventListenerImpl
- class OEventListenerImpl : public ::cppu::WeakImplHelper1< XEventListener >
+ class OEventListenerImpl : public ::cppu::WeakImplHelper< XEventListener >
{
protected:
OEventListenerAdapter* m_pAdapter;