From: André Pönitz Date: Mon, 5 Aug 2002 16:54:17 +0000 (+0000) Subject: fix typos X-Git-Tag: 1.6.10~18674 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7403d5023283526043341a1fc45aba017dc12d06;p=features.git fix typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4867 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_gridinset.h b/src/mathed/math_gridinset.h index 73f2b50d2e..481544a582 100644 --- a/src/mathed/math_gridinset.h +++ b/src/mathed/math_gridinset.h @@ -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(); ///