From e5693edd4fc0a3b21688cda00e0c350580435d89 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 9 Nov 2004 14:01:28 +0000 Subject: 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 --- sc/source/filter/excel/expop2.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sc') 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; -- cgit