From 1d8fa4fd2cad1d67168450c55bc7f8a6dacda327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 7 Jul 2006 10:18:33 +0000 Subject: [PATCH] * 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 --- src/insets/insettabular.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/insettabular.h b/src/insets/insettabular.h index 145f854812..a5bb27a6af 100644 --- a/src/insets/insettabular.h +++ b/src/insets/insettabular.h @@ -74,6 +74,8 @@ public: /// bool insetAllowed(InsetBase::Code) const { return true; } /// + bool allowSpellCheck() const { return true; } + /// bool canTrackChanges() const { return true; } /** returns true if, when outputing LaTeX, font changes should be closed before generating this inset. This is needed for -- 2.39.2