From 1dde1c3516df7e18fcbe904213160d2d1370625f Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Wed, 13 Mar 2002 10:45:16 +0000 Subject: #96965# keyboard control for ref dialogs --- sc/source/ui/inc/tabopdlg.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/ui/inc/tabopdlg.hxx') 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 }; -- cgit