summaryrefslogtreecommitdiff
path: root/unotools/source/misc/closeveto.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/closeveto.cxx')
-rw-r--r--unotools/source/misc/closeveto.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/closeveto.cxx b/unotools/source/misc/closeveto.cxx
index c8e68c2b06dd..144cb248b825 100644
--- a/unotools/source/misc/closeveto.cxx
+++ b/unotools/source/misc/closeveto.cxx
@@ -21,7 +21,7 @@
#include <com/sun/star/util/XCloseable.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
#include <tools/diagnose_ex.h>
@@ -46,7 +46,7 @@ namespace utl
//= CloseListener_Impl
- typedef ::cppu::WeakImplHelper1 < XCloseListener
+ typedef ::cppu::WeakImplHelper < XCloseListener
> CloseListener_Base;
class CloseListener_Impl : public CloseListener_Base
{