diff options
-rw-r--r-- | sw/source/filter/ww8/wrtww8.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx index a60852f752b4..58d423d3b9a5 100644 --- a/sw/source/filter/ww8/wrtww8.cxx +++ b/sw/source/filter/ww8/wrtww8.cxx @@ -2598,9 +2598,6 @@ void WW8AttributeOutput::TableCellBorders( pLastBox = pBox; else if( !pBox || *pLastBox != *pBox ) { - if ( !pLastBox ) - break; - // This cell has different borders than the previous cell, // so output the borders for the preceding cell range. m_rWW8Export.Out_CellRangeBorders(pLastBox, nSeqStart, n); |