]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.h
Clean-up the code with respect to PassThru insets and layouts.
[lyx.git] / src / AppleSpellChecker.h
index 5a6657520c174aea6511bfa2bad0081b112700b0..e406325a706256f69ab27e7eecbbddd0b6f3cb4f 100644 (file)
@@ -27,6 +27,7 @@ public:
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
+       void remove(WordLangTuple const &);
        void accept(WordLangTuple const &);
        bool hasDictionary(Language const * lang) const;
        docstring const error();