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

(-)sc/source/ui/docshell/impex.cxx (-1 / +1 lines)
Lines 1507-1513 Link Here
1507
				if( nCol < nEndCol )
1507
				if( nCol < nEndCol )
1508
					lcl_WriteSimpleString( rStrm, String(cSep) );
1508
					lcl_WriteSimpleString( rStrm, String(cSep) );
1509
			}
1509
			}
1510
//			if( nRow < nEndRow )
1510
			if( nRow < nEndRow )
1511
				WriteUnicodeOrByteEndl( rStrm );
1511
				WriteUnicodeOrByteEndl( rStrm );
1512
			if( rStrm.GetError() != SVSTREAM_OK )
1512
			if( rStrm.GetError() != SVSTREAM_OK )
1513
				break;
1513
				break;

Return to issue 119060