summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/target.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-02 12:15:15 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-02 12:15:15 +0000
commit2aeaad0e5e0e275d53d60e2dbfaa9cfa7732c645 (patch)
treeccf674c502074a7af40f58d7e02c6831269cc450 /dtrans/source/win32/dnd/target.hxx
parentd6ad279e6047009b3d15cf3fb1eb2ec214e66465 (diff)
Converter for IDataObject and XTransferable added
Diffstat (limited to 'dtrans/source/win32/dnd/target.hxx')
-rw-r--r--dtrans/source/win32/dnd/target.hxx11
1 files changed, 5 insertions, 6 deletions
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 <oleidl.h>
#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<XDropTargetDragContext> m_currentDragContext;
Reference<XDropTargetDropContext> m_currentDropContext;