mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix bug #12707
This commit is contained in:
parent
175bcc6efc
commit
7bcf201f40
@ -1150,7 +1150,8 @@ public:
|
||||
docstring asString(idx_type stidx, idx_type enidx, bool intoInsets = true);
|
||||
///
|
||||
ParagraphList asParList(idx_type stidx, idx_type enidx);
|
||||
|
||||
///
|
||||
bool confirmDeletion() const override { return true; }
|
||||
/// Returns whether the cell in the specified row and column is selected.
|
||||
bool isCellSelected(Cursor & cur, row_type row, col_type col) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user