summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd/targetlistener.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-02-12 12:14:37 +0000
committerJoachim Lingner <jl@openoffice.org>2001-02-12 12:14:37 +0000
commit7d630778109556e1b290606216d0202105f287c2 (patch)
treeaed3111274cca3926d5500895de9c2f556d85cfb /dtrans/test/win32/dnd/targetlistener.hxx
parente482548c4013ad9dbf5543a3d435a35a08616c23 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/test/win32/dnd/targetlistener.hxx')
-rw-r--r--dtrans/test/win32/dnd/targetlistener.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dtrans/test/win32/dnd/targetlistener.hxx b/dtrans/test/win32/dnd/targetlistener.hxx
index bacadda47683..9b24cb950ea2 100644
--- a/dtrans/test/win32/dnd/targetlistener.hxx
+++ b/dtrans/test/win32/dnd/targetlistener.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: targetlistener.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jl $ $Date: 2001-02-08 15:10:21 $
+ * last change: $Author: jl $ $Date: 2001-02-12 13:14:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,7 @@
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
+#include <com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hpp>
using namespace ::com::sun::star::datatransfer;
using namespace ::com::sun::star::datatransfer::dnd;
@@ -88,7 +89,7 @@ public:
virtual void SAL_CALL drop( const DropTargetDropEvent& dtde )
throw(RuntimeException);
- virtual void SAL_CALL dragEnter( const DropTargetDragEvent& dtde )
+ virtual void SAL_CALL dragEnter( const DropTargetDragEnterEvent& dtde )
throw(RuntimeException);
virtual void SAL_CALL dragExit( const DropTargetEvent& dte )
throw(RuntimeException);