fixing the 580 fix also for trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19559 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2007-08-14 14:21:46 +00:00
parent 588c4ba3ec
commit 249e97e216

View File

@ -764,6 +764,9 @@ void Tabular::set_row_column_number_info()
if (cell_info[row][column].multicolumn if (cell_info[row][column].multicolumn
!= Tabular::CELL_PART_OF_MULTICOLUMN) != Tabular::CELL_PART_OF_MULTICOLUMN)
++numberofcells; ++numberofcells;
BOOST_ASSERT(numberofcells != 0);
cell_info[row][column].cellno =
numberofcells - 1;
} }
} }