summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Lei <leiw@apache.org>2012-11-08 08:35:39 +0000
committerWang Lei <leiw@apache.org>2012-11-08 08:35:39 +0000
commite59f5937c21cfb8c04e978447e47e8a4e677a8c3 (patch)
treef6eb615e366d58337f38d4173f40638423684c38
parent9c5b06246da069191fea1bb8068e4bba143370fb (diff)
#i121200 [Regression][Automation][Performance]Severe downgrade to save xls sample files.
Patch by: Zhang Lu Review by: Wang Lei
Notes
ignore: obsolete
-rw-r--r--sc/source/filter/excel/xetable.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx
index da8b0079a623..d4c645b57f27 100644
--- a/sc/source/filter/excel/xetable.cxx
+++ b/sc/source/filter/excel/xetable.cxx
@@ -2359,6 +2359,7 @@ XclExpCellTable::XclExpCellTable( const XclExpRoot& rRoot ) :
SCCOL nLastIterScCol = nMaxScCol;
SCROW nLastIterScRow = ulimit_cast< SCROW >( nLastUsedScRow + 128, nMaxScRow );
// modified for 119707 by zhanglu
+ /*
SCCOL rEndColAtt = 0;
SCROW rEndRowAtt = 0;
rDoc.GetLastAttrCell( nScTab, rEndColAtt,rEndRowAtt ); // To get the real last cell's row number, which has visual data or attribute.
@@ -2367,6 +2368,7 @@ XclExpCellTable::XclExpCellTable( const XclExpRoot& rRoot ) :
if (nLastIterScRow > nMaxScRow)
nLastIterScRow = nMaxScRow;
+ */
// modified for 119707 end
ScUsedAreaIterator aIt( &rDoc, nScTab, 0, 0, nLastIterScCol, nLastIterScRow );