summaryrefslogtreecommitdiff
path: root/svx/source/inc/tabwin.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-08 15:25:15 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-08 15:25:15 +0000
commit04ea98d0cb5b552dc4bbdc871e45e784b4080f41 (patch)
tree2bc6d343b344515c7694bf4ac2bdfac3fba96806 /svx/source/inc/tabwin.hxx
parente08a76c4181b007c732d5f06769720f09f7e1392 (diff)
#85952# overload (dummy implementations) AcceptDrop/ExecuteDrop
Diffstat (limited to 'svx/source/inc/tabwin.hxx')
-rw-r--r--svx/source/inc/tabwin.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/inc/tabwin.hxx b/svx/source/inc/tabwin.hxx
index c13bf708234e..519f528afadd 100644
--- a/svx/source/inc/tabwin.hxx
+++ b/svx/source/inc/tabwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabwin.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-03-29 10:23:48 $
+ * last change: $Author: fs $ $Date: 2001-05-08 16:25:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,11 +110,8 @@ public:
FmFieldWinListBox( FmFieldWin* pParent );
virtual ~FmFieldWinListBox();
- virtual sal_Bool QueryDrop( DropEvent& rDEvt )
- {
- return (!nDragDropMode) ? sal_False : SvTreeListBox::QueryDrop(rDEvt);
- }
- // this prevents an assertion the base class makes (unjustified ?) to fail - 67071 - fs - 21.06.99
+ sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
+ sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
protected:
// DragSourceHelper