diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-03-13 10:45:16 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-03-13 10:45:16 +0000 |
commit | 1dde1c3516df7e18fcbe904213160d2d1370625f (patch) | |
tree | f3fec4901e5f16fcb1862ac5c0f637a533a8b5e3 /sc/source/ui/inc/tabopdlg.hxx | |
parent | abdc9fde06ca5d2e54e97fc85de32cf2ba22e686 (diff) |
#96965# keyboard control for ref dialogs
Diffstat (limited to 'sc/source/ui/inc/tabopdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/tabopdlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx index 708fc59dd0b3..5a5b61bba9ef 100644 --- a/sc/source/ui/inc/tabopdlg.hxx +++ b/sc/source/ui/inc/tabopdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tabopdlg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dr $ $Date: 2001-05-23 17:01:30 $ + * last change: $Author: dr $ $Date: 2002-03-13 11:43:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,8 +147,8 @@ private: void RaiseError( ScTabOpErr eError ); DECL_LINK( BtnHdl, PushButton* ); - DECL_LINK( EdGetFocusHdl, ScRefEdit* ); - DECL_LINK( EdLoseFocusHdl, ScRefEdit* ); + DECL_LINK( GetFocusHdl, Control* ); + DECL_LINK( LoseFocusHdl, Control* ); #endif // _TABOPDLG_CXX }; |