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

(-)source/filter/ww8/wrtw8nds.cxx (+6 lines)
Lines 2239-2244 Link Here
2239
        {
2239
        {
2240
            ASSERT( nColCnt < rCols.Count(), "Leaving table" );
2240
            ASSERT( nColCnt < rCols.Count(), "Leaving table" );
2241
2241
2242
            if (nColCnt >= rCols.Count())
2243
            {
2244
                //Doomage, row wider than table
2245
                break;
2246
            }
2247
2242
            SwWriteTableCell* pCell = rCells[nBox];
2248
            SwWriteTableCell* pCell = rCells[nBox];
2243
            const bool bProcessCoveredCell = bNewTableModel && 0 == pCell->GetRowSpan();
2249
            const bool bProcessCoveredCell = bNewTableModel && 0 == pCell->GetRowSpan();
2244
2250

Return to issue 95533