mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
460636b4b9
commit
8a5f90a96c
@ -773,6 +773,10 @@ 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;
|
||||||
|
// Shouldn't happen after above fix - MV
|
||||||
|
BOOST_ASSERT(numberofcells == 0);
|
||||||
|
cell_info[row][column].cellno =
|
||||||
|
numberofcells - 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user