Index: source/filter/ww8/wrtw8nds.cxx =================================================================== RCS file: /cvs/sw/sw/source/filter/ww8/wrtw8nds.cxx,v retrieving revision 1.109 diff -u -r1.109 wrtw8nds.cxx --- source/filter/ww8/wrtw8nds.cxx 8 Jul 2008 08:29:15 -0000 1.109 +++ source/filter/ww8/wrtw8nds.cxx 28 Oct 2008 09:47:19 -0000 @@ -2239,6 +2239,12 @@ { ASSERT( nColCnt < rCols.Count(), "Leaving table" ); + if (nColCnt >= rCols.Count()) + { + //Doomage, row wider than table + break; + } + SwWriteTableCell* pCell = rCells[nBox]; const bool bProcessCoveredCell = bNewTableModel && 0 == pCell->GetRowSpan();