mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 02:28:19 +00:00
InsetTabular: fix a typo
This commit is contained in:
parent
8074b696bc
commit
962785cb0f
@ -702,7 +702,7 @@ public:
|
||||
/// can return different things. this is because cellIndex(r,c)
|
||||
/// returns the VISIBLE cell at r,c, which may be the same as the
|
||||
/// cell at the previous row or column, if we're dealing with some
|
||||
/// multirow or multicell.
|
||||
/// multirow or multicolumn.
|
||||
std::shared_ptr<InsetTableCell> cellInset(idx_type cell);
|
||||
std::shared_ptr<InsetTableCell> cellInset(row_type row, col_type column);
|
||||
InsetTableCell const * cellInset(idx_type cell) const;
|
||||
|
Loading…
Reference in New Issue
Block a user