mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4867 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d63059ae06
commit
7403d50232
@ -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();
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user