mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Finally FINALLY get the bug 580 fix right
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19558 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a5f90a96c
commit
67435c3b60
@ -774,7 +774,7 @@ void Tabular::set_row_column_number_info()
|
||||
!= Tabular::CELL_PART_OF_MULTICOLUMN)
|
||||
++numberofcells;
|
||||
// Shouldn't happen after above fix - MV
|
||||
BOOST_ASSERT(numberofcells == 0);
|
||||
BOOST_ASSERT(numberofcells != 0);
|
||||
cell_info[row][column].cellno =
|
||||
numberofcells - 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user