summaryrefslogtreecommitdiffstats
path: root/sc/inc/scextopt.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2000-09-28 08:28:36 +0000
committergt <gt@openoffice.org>2000-09-28 08:28:36 +0000
commite82176bc5400048ddd19bf29e9596833a4428dce (patch)
treed61968caa0c641c4db448ee7d34ae65ce2fe8c86 /sc/inc/scextopt.hxx
parentMerge SRC605: 27.09.00 - 22:53:15 (NoBranch) (diff)
downloadcore-e82176bc5400048ddd19bf29e9596833a4428dce.tar.gz
core-e82176bc5400048ddd19bf29e9596833a4428dce.zip
additional col-scale
Diffstat (limited to 'sc/inc/scextopt.hxx')
-rw-r--r--sc/inc/scextopt.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/scextopt.hxx b/sc/inc/scextopt.hxx
index 3843b0a4059a..6bee5d431250 100644
--- a/sc/inc/scextopt.hxx
+++ b/sc/inc/scextopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scextopt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:50 $
+ * last change: $Author: gt $ $Date: 2000-09-28 09:28:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,6 +155,7 @@ public:
// Cursor
UINT16 nCurCol; // aktuelle Cursor-Position
UINT16 nCurRow;
+ double fColScale; // <= 0 -> invalid
// -------------------------------------------------------------------
ScExtDocOptions( void );
~ScExtDocOptions();