summaryrefslogtreecommitdiff
path: root/unotools/source/misc/sharedunocomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/sharedunocomponent.cxx')
-rw-r--r--unotools/source/misc/sharedunocomponent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/sharedunocomponent.cxx b/unotools/source/misc/sharedunocomponent.cxx
index 16756c2fa3ca..9390df81362d 100644
--- a/unotools/source/misc/sharedunocomponent.cxx
+++ b/unotools/source/misc/sharedunocomponent.cxx
@@ -23,7 +23,7 @@
#include <unotools/sharedunocomponent.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/util/XCloseable.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <tools/debug.hxx>
namespace utl
@@ -64,7 +64,7 @@ namespace utl
}
}
- typedef ::cppu::WeakImplHelper1 < XCloseListener
+ typedef ::cppu::WeakImplHelper < XCloseListener
> CloseableComponentImpl_Base;
class CloseableComponentImpl : public CloseableComponentImpl_Base
{