mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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);
|
docstring asString(idx_type stidx, idx_type enidx, bool intoInsets = true);
|
||||||
///
|
///
|
||||||
ParagraphList asParList(idx_type stidx, idx_type enidx);
|
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.
|
/// Returns whether the cell in the specified row and column is selected.
|
||||||
bool isCellSelected(Cursor & cur, row_type row, col_type col) const;
|
bool isCellSelected(Cursor & cur, row_type row, col_type col) const;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user