mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
* src/insets/insettabular.h: return true for allowSpellcheck (bug 2675)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14356 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc42d0d4f9
commit
1d8fa4fd2c
@ -74,6 +74,8 @@ public:
|
|||||||
///
|
///
|
||||||
bool insetAllowed(InsetBase::Code) const { return true; }
|
bool insetAllowed(InsetBase::Code) const { return true; }
|
||||||
///
|
///
|
||||||
|
bool allowSpellCheck() const { return true; }
|
||||||
|
///
|
||||||
bool canTrackChanges() const { return true; }
|
bool canTrackChanges() const { return true; }
|
||||||
/** returns true if, when outputing LaTeX, font changes should
|
/** returns true if, when outputing LaTeX, font changes should
|
||||||
be closed before generating this inset. This is needed for
|
be closed before generating this inset. This is needed for
|
||||||
|
Loading…
Reference in New Issue
Block a user