diff options
Diffstat (limited to 'dtrans/source/win32/dnd/target.hxx')
-rw-r--r-- | dtrans/source/win32/dnd/target.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 708f21a7e6d3..5011dfa74242 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <cppuhelper/compbase3.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <osl/mutex.hxx> @@ -53,7 +53,7 @@ using namespace ::com::sun::star::datatransfer::dnd; // it is destroyed. Therefore no second instance may exist which was // created in the same thread and still needs OLE. class DropTarget: public MutexDummy, - public WeakComponentImplHelper3< XInitialization, XDropTarget, XServiceInfo> + public WeakComponentImplHelper< XInitialization, XDropTarget, XServiceInfo> { private: |