summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/uivwimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/uivwimp.hxx')
-rw-r--r--sw/source/uibase/inc/uivwimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/uivwimp.hxx b/sw/source/uibase/inc/uivwimp.hxx
index b89ee26e0c14..655c7d35fab0 100644
--- a/sw/source/uibase/inc/uivwimp.hxx
+++ b/sw/source/uibase/inc/uivwimp.hxx
@@ -27,7 +27,7 @@
#include <sfx2/objsh.hxx>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboardListener.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
class SwXTextView;
@@ -45,7 +45,7 @@ namespace com{ namespace sun{ namespace star {
}
}}}
-class SwScannerEventListener : public ::cppu::WeakImplHelper1<
+class SwScannerEventListener : public ::cppu::WeakImplHelper<
::com::sun::star::lang::XEventListener >
{
SwView* pView;
@@ -63,7 +63,7 @@ public:
};
// Clipboard EventListener
-class SwClipboardChangeListener : public ::cppu::WeakImplHelper1<
+class SwClipboardChangeListener : public ::cppu::WeakImplHelper<
::com::sun::star::datatransfer::clipboard::XClipboardListener >
{
SwView* pView;