summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvgrid.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-08-16 14:36:44 +0000
committerDaniel Rentz <dr@openoffice.org>2002-08-16 14:36:44 +0000
commitc65415229007ee3eef2e7f00715934aaef177371 (patch)
treea2ea514f7d9b424603296120d7684435a31002b1 /sc/source/ui/inc/csvgrid.hxx
parentc3427c5e0c22086cce247ca5e0fb9fb5a49d580a (diff)
#101677# CSV accessibility
Diffstat (limited to 'sc/source/ui/inc/csvgrid.hxx')
-rw-r--r--sc/source/ui/inc/csvgrid.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx
index 90c68222d4e4..4871a3c069ba 100644
--- a/sc/source/ui/inc/csvgrid.hxx
+++ b/sc/source/ui/inc/csvgrid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: csvgrid.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dr $ $Date: 2002-08-16 13:00:59 $
+ * last change: $Author: dr $ $Date: 2002-08-16 15:36:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,6 +162,7 @@ private:
Font maHeaderFont; /// Font for column and row headers.
Font maMonoFont; /// Monospace font for data cells.
Size maWinSize; /// Size of the control.
+ Size maEdEngSize; /// Paper size for edit engine.
ScCsvSplits maSplits; /// Vector with split positions.
ScCsvColStateVec maColStates; /// State of each column.