]> git.lyx.org Git - features.git/commitdiff
Fix gcc warning.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 18 Feb 2010 11:52:18 +0000 (11:52 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 18 Feb 2010 11:52:18 +0000 (11:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33503 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index c91b87e3d05023353f7fb8d13888a8de28257b43..487d03b6bccfda4abc0d17a780bb7a8c0ac1db02 100644 (file)
@@ -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());