mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
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:
parent
588c4ba3ec
commit
249e97e216
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user