Unify the parameters of the [append/copy][row/column] family

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40658 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2012-01-22 22:15:25 +00:00
parent 965d21bbab
commit 2206f1a655

View File

@ -444,13 +444,13 @@ public:
/// ///
int textVOffset(idx_type cell) const; int textVOffset(idx_type cell) const;
/// ///
void appendRow(idx_type cell); void appendRow(row_type row);
/// ///
void deleteRow(row_type row); void deleteRow(row_type row);
/// ///
void copyRow(row_type); void copyRow(row_type);
/// ///
void appendColumn(idx_type cell); void appendColumn(col_type column);
/// ///
void deleteColumn(col_type column); void deleteColumn(col_type column);
/// ///