summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/asciiopt.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-08-01 11:48:33 +0000
committerDaniel Rentz <dr@openoffice.org>2002-08-01 11:48:33 +0000
commit91598c89cee8f705cc5f3bbe552793889b003b03 (patch)
tree666dedc2a2d9e0fc102a260cc274892a16da0614 /sc/source/ui/inc/asciiopt.hxx
parent8b644269a22234a139f181d506521275e6428ac8 (diff)
#101677# preparations for acc
Diffstat (limited to 'sc/source/ui/inc/asciiopt.hxx')
-rw-r--r--sc/source/ui/inc/asciiopt.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx
index 438188b02138..a5da489df339 100644
--- a/sc/source/ui/inc/asciiopt.hxx
+++ b/sc/source/ui/inc/asciiopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: asciiopt.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dr $ $Date: 2002-07-05 15:42:20 $
+ * last change: $Author: dr $ $Date: 2002-08-01 12:47:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,11 +228,12 @@ private:
void UpdateVertical( bool bSwitchToFromUnicode = false );
DECL_LINK( CharSetHdl, SvxTextEncodingBox* );
+ DECL_LINK( FirstRowHdl, NumericField* );
DECL_LINK( RbSepFixHdl, RadioButton* );
DECL_LINK( SeparatorHdl, Control* );
DECL_LINK( LbColTypeHdl, ListBox* );
DECL_LINK( UpdateTextHdl, ScCsvTableBox* );
- DECL_LINK( ColSelectHdl, ScCsvTableBox* );
+ DECL_LINK( ColTypeHdl, ScCsvTableBox* );
};