[Libreoffice-commits] .: oox/source
Muthu Subramanian
sumuthu at kemper.freedesktop.org
Wed Jul 13 01:23:32 PDT 2011
oox/source/xls/sheetdatabuffer.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 6aa8a46d1db2c6c4e9a35159657f0e76b1f75eb1
Author: Muthu Subramanian <sumuthu at novell.com>
Date: Wed Jul 13 14:12:06 2011 +0530
[Temp] Disable getCellBlock, until proper fix.
This temp-fixes formula imports and other problems
caused because of getCellBlock.
diff --git a/oox/source/xls/sheetdatabuffer.cxx b/oox/source/xls/sheetdatabuffer.cxx
index b465207..3804584 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 )
More information about the Libreoffice-commits
mailing list