diff options
Diffstat (limited to 'sc/source/ui/inc/crnrdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/crnrdlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/crnrdlg.hxx b/sc/source/ui/inc/crnrdlg.hxx index d9e33e763376..d3d091f0615f 100644 --- a/sc/source/ui/inc/crnrdlg.hxx +++ b/sc/source/ui/inc/crnrdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crnrdlg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dr $ $Date: 2001-05-23 10:52:56 $ + * 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 @@ -143,8 +143,8 @@ private: DECL_LINK( ColClickHdl, void * ); DECL_LINK( RowClickHdl, void * ); DECL_LINK( Range2DataModifyHdl, void * ); - DECL_LINK( EdGetFocusHdl, ScRefEdit* ); - DECL_LINK( EdLoseFocusHdl, ScRefEdit* ); + DECL_LINK( GetFocusHdl, Control* ); + DECL_LINK( LoseFocusHdl, Control* ); #endif }; |