summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/crnrdlg.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-03-13 10:45:16 +0000
committerDaniel Rentz <dr@openoffice.org>2002-03-13 10:45:16 +0000
commit1dde1c3516df7e18fcbe904213160d2d1370625f (patch)
treef3fec4901e5f16fcb1862ac5c0f637a533a8b5e3 /sc/source/ui/inc/crnrdlg.hxx
parentabdc9fde06ca5d2e54e97fc85de32cf2ba22e686 (diff)
#96965# keyboard control for ref dialogs
Diffstat (limited to 'sc/source/ui/inc/crnrdlg.hxx')
-rw-r--r--sc/source/ui/inc/crnrdlg.hxx8
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
};