]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Reduce Michael's buglist.
[features.git] / src / insets / insettabular.h
index 10e3950f23e5532a7f043d397c66f784920654f4..ae89b37ca065937c0c81cfeb3c4d68987629aba5 100644 (file)
@@ -212,6 +212,7 @@ public:
        ///
        LyXCursor const & cursor(BufferView *) const;
        ///
+       bool allowSpellcheck() { return true; }
        string const selectNextWordToSpellcheck(BufferView *, float & value) const;
        void selectSelectedWord(BufferView *);
        void toggleSelection(BufferView *, bool kill_selection);
@@ -337,5 +338,7 @@ private:
        mutable UpdateCodes need_update;
        ///
        bool in_update;
+       ///
+       mutable bool in_reset_pos;
 };
 #endif