summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/navipi.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-06-29 19:28:09 +0000
committerNiklas Nebel <nn@openoffice.org>2001-06-29 19:28:09 +0000
commitdf456286cb0f669da9373433cc710498644ae7c7 (patch)
tree14a48ca12926f93d5234b653529735c1307dd6bb /sc/source/ui/inc/navipi.hxx
parent1f1c7b53d8f6cdb3c2eec21f058c27b2188ebdd9 (diff)
TFD taskforce changes
Diffstat (limited to 'sc/source/ui/inc/navipi.hxx')
-rw-r--r--sc/source/ui/inc/navipi.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx
index 77bb1e7ae29f..90c34ea83c68 100644
--- a/sc/source/ui/inc/navipi.hxx
+++ b/sc/source/ui/inc/navipi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navipi.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mba $ $Date: 2001-06-11 08:29:22 $
+ * last change: $Author: nn $ $Date: 2001-06-29 20:24:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -364,9 +364,6 @@ protected:
virtual void Paint( const Rectangle& rRec );
virtual void Resizing( Size& rSize );
- virtual BOOL Drop( const DropEvent& rEvt );
- virtual BOOL QueryDrop( DropEvent& rEvt );
-
public:
ScNavigatorDlg( SfxBindings* pB, SfxChildWindowContext* pCW, Window* pParent );
~ScNavigatorDlg();
@@ -394,9 +391,6 @@ public:
virtual void Resizing( Size& rSize );
- virtual BOOL Drop( const DropEvent& rEvt );
- virtual BOOL QueryDrop( DropEvent& rEvt );
-
private:
ScNavigatorDlg* pNavigator;
};