1 --- sc/source/core/data/column2.cxx.old 2009-04-06 16:41:50.000000000 +0000
2 +++ sc/source/core/data/column2.cxx 2009-04-06 16:41:50.000000000 +0000
3 @@ -1319,6 +1319,10 @@ BOOL ScColumn::IsEmpty() const
5 BOOL ScColumn::IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes) const
8 + if (pAttrArray->HasLines(nStartRow, nEndRow, aRect, TRUE, TRUE))
11 if ( nCount == 0 || !pItems )