diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-12-01 18:09:48 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-12-01 18:09:48 +0000 |
commit | fccc228e36c47cfc8f5465e7e2bdfe409cfe242d (patch) | |
tree | f9fc0989e13460bcd4f33154429d46312aa46f74 /sc/source/ui/inc | |
parent | 97b65db9a53d036b09250bba8437987f5ac254b5 (diff) |
#81148# Command handler for ScEditWindow
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tphfedit.hxx | 5 |
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: |