mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Fix gcc warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1dce70d3d4
commit
e92aed709b
@ -4891,6 +4891,10 @@ void InsetTabular::tabularFeatures(Cursor & cur,
|
||||
tabular.setAlignSpecial(cur.idx(), from_utf8(value), feature);
|
||||
break;
|
||||
|
||||
case Tabular::SET_SPECIAL_MULTIROW:
|
||||
//FIXME: noting to do here?
|
||||
break;
|
||||
|
||||
case Tabular::APPEND_ROW:
|
||||
// append the row into the tabular
|
||||
tabular.appendRow(cur.idx());
|
||||
|
Loading…
Reference in New Issue
Block a user