View | Details | Raw Unified | Return to issue 27745
Collapse All | Expand All

(-)../src680-m72.bak/sc/source/core/data/column3.cxx (+6 lines)
Lines 1467-1472 Link Here
1467
		TypedStrData*		 pData;
1467
		TypedStrData*		 pData;
1468
		ULONG				 nFormat  = GetNumberFormat( nRow );
1468
		ULONG				 nFormat  = GetNumberFormat( nRow );
1469
1469
1470
		if  ( pDocument->RowFiltered(nRow, nTab))
1471
		{
1472
			++nIndex;
1473
			continue;
1474
		}
1475
			
1470
		ScCellFormat::GetInputString( pCell, nFormat, aString, *pFormatter );
1476
		ScCellFormat::GetInputString( pCell, nFormat, aString, *pFormatter );
1471
1477
1472
		if ( pDocument->HasStringData( nCol, nRow, nTab ) )
1478
		if ( pDocument->HasStringData( nCol, nRow, nTab ) )

Return to issue 27745