]> git.lyx.org Git - features.git/commitdiff
fix typos
authorAndré Pönitz <poenitz@gmx.net>
Mon, 5 Aug 2002 16:54:17 +0000 (16:54 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 5 Aug 2002 16:54:17 +0000 (16:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4867 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_gridinset.h

index 73f2b50d2e93d1442049422280e508dd5bab440a..481544a5824186600d8b510462d093c179c34e59 100644 (file)
@@ -162,7 +162,7 @@ public:
        ///
        virtual void addFancyRow(row_type r) { addRow(r); }
        ///
-       virtual void delFancyRow(row_type r) { addRow(r); }
+       virtual void delFancyRow(row_type r) { delRow(r); }
        ///
        virtual void addCol(col_type c);
        ///
@@ -170,7 +170,7 @@ public:
        ///
        virtual void addFancyCol(col_type c) { addCol(c); }
        ///
-       virtual void delFancyCol(col_type c) { addCol(c); }
+       virtual void delFancyCol(col_type c) { delCol(c); }
        ///
        virtual void appendRow();
        ///