summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-07-02 14:58:52 +0000
committerth <th@openoffice.org>2001-07-02 14:58:52 +0000
commite6f09595f1bf29047195928108d0772bbb2c2930 (patch)
tree932bc6e100ba65a94ee5db9b75c4ee1ef4d399b6 /svtools/inc
parentd3a6cef10bff830d65157f5b6673bbb64849be18 (diff)
remove old D&D-interfaces
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/taskbar.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/svtools/inc/taskbar.hxx b/svtools/inc/taskbar.hxx
index 4339c9451660..f59edc679dd7 100644
--- a/svtools/inc/taskbar.hxx
+++ b/svtools/inc/taskbar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: taskbar.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:58:54 $
+ * last change: $Author: th $ $Date: 2001-07-02 15:58:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -257,7 +257,6 @@ public:
virtual void Resize();
virtual void Command( const CommandEvent& rCEvt );
virtual void RequestHelp( const HelpEvent& rHEvt );
- virtual BOOL QueryDrop( DropEvent& rDEvt );
void StartUpdateTask();
void UpdateTask( const Image& rImage, const String& rText,
@@ -294,8 +293,6 @@ public:
virtual BOOL MouseButtonUp( USHORT nItemd, const MouseEvent& rMEvt );
virtual BOOL MouseMove( USHORT nItemd, const MouseEvent& rMEvt );
virtual BOOL Command( USHORT nItemd, const CommandEvent& rCEvt );
- virtual BOOL QueryDrop( USHORT nItemd, DropEvent& rDEvt, BOOL& bRet );
- virtual BOOL Drop( USHORT nItemd, const DropEvent& rDEvt, BOOL& bRet );
virtual BOOL UpdateHelp( USHORT nItemd );
};
@@ -389,8 +386,6 @@ public:
virtual void MouseButtonUp( const MouseEvent& rMEvt );
virtual void MouseMove( const MouseEvent& rMEvt );
virtual void Command( const CommandEvent& rCEvt );
- virtual BOOL QueryDrop( DropEvent& rDEvt );
- virtual BOOL Drop( const DropEvent& rDEvt );
virtual void RequestHelp( const HelpEvent& rHEvt );
virtual void UserDraw( const UserDrawEvent& rUDEvt );