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:
Abdelrazak Younes 2010-02-18 11:52:18 +00:00
parent 1dce70d3d4
commit e92aed709b

View File

@ -4891,6 +4891,10 @@ void InsetTabular::tabularFeatures(Cursor & cur,
tabular.setAlignSpecial(cur.idx(), from_utf8(value), feature); tabular.setAlignSpecial(cur.idx(), from_utf8(value), feature);
break; break;
case Tabular::SET_SPECIAL_MULTIROW:
//FIXME: noting to do here?
break;
case Tabular::APPEND_ROW: case Tabular::APPEND_ROW:
// append the row into the tabular // append the row into the tabular
tabular.appendRow(cur.idx()); tabular.appendRow(cur.idx());