diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:01:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:01:28 +0000 |
commit | e5693edd4fc0a3b21688cda00e0c350580435d89 (patch) | |
tree | 661a0951f827c927ce6c4f74e54ea9e1ece1ff24 /sc | |
parent | ed8b1bb9fd456557a4744d338a7e9fc3499313de (diff) |
INTEGRATION: CWS dr27 (1.20.18); FILE MERGED
2004/10/21 14:29:05 dr 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED
2004/10/01 11:07:26 dr 1.20.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/expop2.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/excel/expop2.cxx b/sc/source/filter/excel/expop2.cxx index 3048f7e86449..90a72152c151 100644 --- a/sc/source/filter/excel/expop2.cxx +++ b/sc/source/filter/excel/expop2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: expop2.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2004-10-18 15:13:29 $ + * last change: $Author: rt $ $Date: 2004-11-09 15:01:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,8 +114,6 @@ ExportBiff5::ExportBiff5( XclExpRootData& rExpData ): // options from configuration ScFilterOptions aFilterOpt; - pExcRoot->bBreakSharedFormula = aFilterOpt.GetBreakShared(); - pExcRoot->fRowScale = aFilterOpt.GetExcelRowScale(); if( pExcRoot->fRowScale <= 0.0 ) pExcRoot->fRowScale = 1.0; |