summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/popbox.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-07-05 09:07:03 +0000
committerOliver Specht <os@openoffice.org>2001-07-05 09:07:03 +0000
commitdc937bfda1df5227552ca5fe7922d93ccfeac046 (patch)
tree802ba255a05478e4191ed2f2b155c70577057a7d /sw/source/ui/inc/popbox.hxx
parente2d5648d9c4fb36055848e6f1064a1cf350a570c (diff)
QueryDrop/Drop removed
Diffstat (limited to 'sw/source/ui/inc/popbox.hxx')
-rw-r--r--sw/source/ui/inc/popbox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/popbox.hxx b/sw/source/ui/inc/popbox.hxx
index c7091ae15e3a..e6c7e412fc48 100644
--- a/sw/source/ui/inc/popbox.hxx
+++ b/sw/source/ui/inc/popbox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: popbox.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * last change: $Author: os $ $Date: 2001-07-05 10:06:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,8 @@ class SwHelpToolBox: public ToolBox
protected:
virtual void MouseButtonDown(const MouseEvent &rEvt);
virtual long DoubleClick(ToolBox *);
- virtual BOOL Drop( const DropEvent& rEvt);
- virtual BOOL QueryDrop( DropEvent& rEvt);
+// virtual BOOL Drop( const DropEvent& rEvt);
+// virtual BOOL QueryDrop( DropEvent& rEvt);
public:
SwHelpToolBox(Window* pParent, const ResId &);
~SwHelpToolBox();