Had to be a typo, right?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35962 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-01 11:54:18 +00:00
parent 17b3e30335
commit 5c9dde4d3b

View File

@ -1663,7 +1663,7 @@ void Tabular::unsetMultiColumn(idx_type cell)
// line for every cell that was part of the former multicolumn cell, // line for every cell that was part of the former multicolumn cell,
// except if the cell is in the last column // except if the cell is in the last column
// therefore remove this line // therefore remove this line
if (cell_info[row][col + c].multicolumn = CELL_BEGIN_OF_MULTICOLUMN if (cell_info[row][col + c].multicolumn == CELL_BEGIN_OF_MULTICOLUMN
&& (col + c) < (col + span - 1)) && (col + c) < (col + span - 1))
cell_info[row][col + c].right_line = false; cell_info[row][col + c].right_line = false;
cell_info[row][col + c].multicolumn = CELL_NORMAL; cell_info[row][col + c].multicolumn = CELL_NORMAL;