From b198bc73ddd0c5ae74e73775289700e2e5ce48ec Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Wed, 13 Jul 2011 14:12:06 +0530 Subject: [Temp] Disable getCellBlock, until proper fix. This temp-fixes formula imports and other problems caused because of getCellBlock. --- oox/source/xls/sheetdatabuffer.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'oox') diff --git a/oox/source/xls/sheetdatabuffer.cxx b/oox/source/xls/sheetdatabuffer.cxx index 4eb1349e9438..04551e21840e 100755 --- a/oox/source/xls/sheetdatabuffer.cxx +++ b/oox/source/xls/sheetdatabuffer.cxx @@ -238,6 +238,9 @@ void CellBlockBuffer::setColSpans( sal_Int32 nRow, const ValueRangeSet& rColSpan CellBlock* CellBlockBuffer::getCellBlock( const CellAddress& rCellAddr ) { + // Temporarily disabled. TODO: Fix this. + return NULL; + OSL_ENSURE( rCellAddr.Row >= mnCurrRow, "CellBlockBuffer::getCellBlock - passed row out of order" ); // prepare cell blocks, if row changes if( rCellAddr.Row != mnCurrRow ) -- cgit