summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-02-20 11:56:35 +0000
committerJoachim Lingner <jl@openoffice.org>2001-02-20 11:56:35 +0000
commit78ff82f5b9cb1eea97ea2354297f83b0232e4022 (patch)
tree516a3c3400d47cbb2b7508d223ba4cde977e3b8f /dtrans
parentadcf505164e63a68da3355be0c41ab9e0ed4a006 (diff)
some cleanup
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/target.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx
index f2fa293ea328..36dd730be50e 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2001-02-13 10:41:48 $
+ * last change: $Author: jl $ $Date: 2001-02-20 12:56:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,6 @@ private:
// Used to find out wheter the listeners callbacks through the Context interfaces
// contained in the event objects are valid.
-// sal_uInt32 m_currentEventId;
Reference<XDropTargetDragContext> m_currentDragContext;
Reference<XDropTargetDropContext> m_currentDropContext;
@@ -194,8 +193,6 @@ public:
// XDropTargetDragContext delegated from DragContext
void _acceptDrag( sal_Int8 dragOperation, const Reference<XDropTargetDragContext>& context);
void _rejectDrag( const Reference<XDropTargetDragContext>& context);
-// Sequence<DataFlavor> _getCurrentDataFlavors( const Reference<XDropTargetDragContext>& context);
-// sal_Bool _isDataFlavorSupported( const DataFlavor& df, const Reference<XDropTargetDragContext>& context);
protected: