summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/templdgi.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-06-15 10:00:22 +0000
committerPeter Burow <pb@openoffice.org>2001-06-15 10:00:22 +0000
commit1dc29ab7b55f10cb93a4cd1b948187c28e71d404 (patch)
treefdf7b6e418da0ccae2b8758c1844f4a3516658ac /sfx2/source/inc/templdgi.hxx
parent19a59dc490935448fd07e4a22e9be2fd754bc2e6 (diff)
fix: #88014# new d&d interface
Diffstat (limited to 'sfx2/source/inc/templdgi.hxx')
-rw-r--r--sfx2/source/inc/templdgi.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 3e4bec379d46..1bec480c09ae 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templdgi.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:52:35 $
+ * last change: $Author: pb $ $Date: 2001-06-15 10:58:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,8 +121,8 @@ public:
{ EnableDrop( TRUE ); }
virtual void MouseButtonDown( const MouseEvent& rMEvt );
- virtual BOOL Drop( const DropEvent& rEvt );
- virtual BOOL QueryDrop( DropEvent& rEvt );
+ virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
+ virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
USHORT GetModifier() const { return nModifier; }
SvLBoxEntry* GetPreDropEntry() const { return pPreDropEntry; }