From 2aeaad0e5e0e275d53d60e2dbfaa9cfa7732c645 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Fri, 2 Mar 2001 12:15:15 +0000 Subject: Converter for IDataObject and XTransferable added --- dtrans/source/win32/dnd/target.hxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dtrans/source/win32/dnd/target.hxx') diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 3da7342fb3ad..a9c7d8472e2c 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -2,9 +2,9 @@ * * $RCSfile: target.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: jl $ $Date: 2001-02-26 15:33:29 $ + * last change: $Author: jl $ $Date: 2001-03-02 13:15:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,7 @@ #include #include "globals.hxx" +#include "../../inc/DtObjFactory.hxx" using namespace ::com::sun::star::lang; @@ -134,10 +135,8 @@ private: sal_Int8 m_userAction; // Set by listeners when they call XDropTargetDropContext::dropComplete sal_Bool m_bDropComplete; - - // Used to find out wheter the listeners callbacks through the Context interfaces - // contained in the event objects are valid. - + // converts IDataObject objects to XTransferable objects. + CDTransObjFactory m_aDataConverter; Reference m_currentDragContext; Reference m_currentDropContext; -- cgit v1.2.3