Partially revert bug 580 fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19550 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2007-08-14 08:42:22 +00:00
parent 460636b4b9
commit 8a5f90a96c

View File

@ -773,6 +773,10 @@ void Tabular::set_row_column_number_info()
if (cell_info[row][column].multicolumn
!= Tabular::CELL_PART_OF_MULTICOLUMN)
++numberofcells;
// Shouldn't happen after above fix - MV
BOOST_ASSERT(numberofcells == 0);
cell_info[row][column].cellno =
numberofcells - 1;
}
}