summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd/targetlistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/test/win32/dnd/targetlistener.hxx')
-rw-r--r--dtrans/test/win32/dnd/targetlistener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/test/win32/dnd/targetlistener.hxx b/dtrans/test/win32/dnd/targetlistener.hxx
index a70a669fb3b9..5064dc7b2efd 100644
--- a/dtrans/test/win32/dnd/targetlistener.hxx
+++ b/dtrans/test/win32/dnd/targetlistener.hxx
@@ -27,7 +27,7 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
@@ -39,7 +39,7 @@ using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-class DropTargetListener: public WeakImplHelper1<XDropTargetListener>
+class DropTargetListener: public WeakImplHelper<XDropTargetListener>
{
// this is a window where dropped data are shown as text (only text)
HWND m_hEdit;