summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/colrowst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/colrowst.cxx')
-rw-r--r--sc/source/filter/excel/colrowst.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/filter/excel/colrowst.cxx b/sc/source/filter/excel/colrowst.cxx
index c32eea396f43..b3c95293cb41 100644
--- a/sc/source/filter/excel/colrowst.cxx
+++ b/sc/source/filter/excel/colrowst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: colrowst.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: jmarmion $ $Date: 2002-12-10 14:07:24 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:04:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -500,7 +500,6 @@ ScExtDocOptions::ScExtDocOptions( void )
pCodenames = NULL;
bChanged = TRUE;
- fColScale = 0.0;
SetWinProtection(false);
}
@@ -578,8 +577,6 @@ ScExtDocOptions& ScExtDocOptions::operator =( const ScExtDocOptions& rCpy )
bChanged = rCpy.bChanged;
- fColScale = rCpy.fColScale;
-
return *this;
}