summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndevdis.hxx
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-02-09 14:59:18 +0000
committerOliver Braun <obr@openoffice.org>2001-02-09 14:59:18 +0000
commit8de7ad67eb85649ee221031a152d0c1d12ede9c5 (patch)
tree09e0aee32587c81442de6ea49081f88cda9ebcdd /vcl/source/window/dndevdis.hxx
parent64dd771ffb7c14a91528c3f47be725df718117c6 (diff)
drag and drop api changes
Diffstat (limited to 'vcl/source/window/dndevdis.hxx')
-rw-r--r--vcl/source/window/dndevdis.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/dndevdis.hxx b/vcl/source/window/dndevdis.hxx
index 8c726cb17d16..1bbc6f6d94bf 100644
--- a/vcl/source/window/dndevdis.hxx
+++ b/vcl/source/window/dndevdis.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dndevdis.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: obr $ $Date: 2001-02-05 09:45:05 $
+ * last change: $Author: obr $ $Date: 2001-02-09 15:59:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ public:
*/
virtual void SAL_CALL drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL dragEnter( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL dragEnter( const ::com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent& dtdee ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) throw(::com::sun::star::uno::RuntimeException);