mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
* typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23671 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b2e8d557cc
commit
10c974461d
@ -229,7 +229,7 @@ public:
|
||||
virtual col_type col(idx_type) const { return 0; }
|
||||
/// to which row belongs a cell with a given index?
|
||||
virtual row_type row(idx_type) const { return 0; }
|
||||
/// cell idex corresponding to row and column;
|
||||
/// cell index corresponding to row and column;
|
||||
virtual idx_type index(row_type row, col_type col) const;
|
||||
/// any additional x-offset when drawing a cell?
|
||||
virtual int cellXOffset(idx_type) const { return 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user