From 04ea98d0cb5b552dc4bbdc871e45e784b4080f41 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Tue, 8 May 2001 15:25:15 +0000 Subject: #85952# overload (dummy implementations) AcceptDrop/ExecuteDrop --- svx/source/inc/tabwin.hxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'svx/source/inc/tabwin.hxx') 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 -- cgit