summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-12-01 18:09:48 +0000
committerNiklas Nebel <nn@openoffice.org>2000-12-01 18:09:48 +0000
commitfccc228e36c47cfc8f5465e7e2bdfe409cfe242d (patch)
treef9fc0989e13460bcd4f33154429d46312aa46f74 /sc/source/ui/inc
parent97b65db9a53d036b09250bba8437987f5ac254b5 (diff)
#81148# Command handler for ScEditWindow
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/tphfedit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx
index e39588308381..70607491c32b 100644
--- a/sc/source/ui/inc/tphfedit.hxx
+++ b/sc/source/ui/inc/tphfedit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tphfedit.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-11-29 20:50:29 $
+ * last change: $Author: nn $ $Date: 2000-12-01 19:08:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,7 @@ protected:
virtual void MouseButtonDown( const MouseEvent& rMEvt );
virtual void MouseButtonUp( const MouseEvent& rMEvt );
virtual void KeyInput( const KeyEvent& rKEvt );
+ virtual void Command( const CommandEvent& rCEvt );
virtual void GetFocus();
private: