summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd/transferable.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-23 16:20:52 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-28 07:29:31 +0000
commit7e495e2b9e7b52ed169c936b63d960958db310cd (patch)
treebe9fade8b81fc2e1448870c4ab84e75f41ab880b /dtrans/test/win32/dnd/transferable.hxx
parentadbfe33377813b209bb4a7d7e4e9f737be033969 (diff)
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants in dtrans. Change-Id: Ia7e3c37681c763089dd31c861854a9b500996305 Reviewed-on: https://gerrit.libreoffice.org/17318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dtrans/test/win32/dnd/transferable.hxx')
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx
index c69d610a2e90..428c9f7fa98b 100644
--- a/dtrans/test/win32/dnd/transferable.hxx
+++ b/dtrans/test/win32/dnd/transferable.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp>
#include <com/sun/star/lang/XComponent.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <osl/diagnose.h>
@@ -66,7 +66,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::lang;
-class CTransferable : public WeakImplHelper2< XClipboardOwner, XTransferable >
+class CTransferable : public WeakImplHelper< XClipboardOwner, XTransferable >
{
public:
CTransferable( ){};