Update ooo320-m1
[ooovba.git] / applied_patches / 0139-sc-print-lines.diff
blob59b9b74e20ca585f70337db70165a23b0699870b
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
7 + Rectangle aRect;
8 + if (pAttrArray->HasLines(nStartRow, nEndRow, aRect, TRUE, TRUE))
9 + return FALSE;
11 if ( nCount == 0 || !pItems )
12 return TRUE;