]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* disable some invalid insets in description items (covers bug 5937).
[lyx.git] / src / Paragraph.h
index 197d5ffcef26c87fa40083ac9f5700a5709c4abc..d45dfff70f13d22c7d61360827b88ef764247c2d 100644 (file)
@@ -405,6 +405,9 @@ public:
                word_location const loc) const;
        ///
        void updateWords();
+       /// Spellcheck word at position \p pos.
+       /// \return true if pointed word is misspelled.
+       bool isMisspelled(pos_type pos) const;
 
 private:
        ///