diff options
author | gt <gt@openoffice.org> | 2000-09-28 08:28:36 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2000-09-28 08:28:36 +0000 |
commit | e82176bc5400048ddd19bf29e9596833a4428dce (patch) | |
tree | d61968caa0c641c4db448ee7d34ae65ce2fe8c86 /sc/inc/scextopt.hxx | |
parent | cc8c15693a3936242fe588350bb46d142df1ff76 (diff) |
additional col-scale
Diffstat (limited to 'sc/inc/scextopt.hxx')
-rw-r--r-- | sc/inc/scextopt.hxx | 5 |
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(); |