summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_selection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_selection.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx
index f91d0fd14794..d7ec585272c1 100644
--- a/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_VCL_UNX_GENERIC_DTRANS_X11_SELECTION_HXX
#define INCLUDED_VCL_UNX_GENERIC_DTRANS_X11_SELECTION_HXX
-#include <cppuhelper/compbase3.hxx>
-#include <cppuhelper/compbase4.hxx>
+#include <cppuhelper/compbase.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
@@ -66,7 +66,7 @@ namespace x11 {
};
class DropTarget :
- public ::cppu::WeakComponentImplHelper3<
+ public ::cppu::WeakComponentImplHelper<
css::datatransfer::dnd::XDropTarget,
css::lang::XInitialization,
css::lang::XServiceInfo
@@ -111,7 +111,7 @@ namespace x11 {
};
class SelectionManagerHolder :
- public ::cppu::WeakComponentImplHelper3<
+ public ::cppu::WeakComponentImplHelper<
css::datatransfer::dnd::XDragSource,
css::lang::XInitialization,
css::lang::XServiceInfo
@@ -146,7 +146,7 @@ namespace x11 {
};
class SelectionManager :
- public ::cppu::WeakImplHelper4<
+ public ::cppu::WeakImplHelper<
css::datatransfer::dnd::XDragSource,
css::lang::XInitialization,
css::awt::XEventHandler,