]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
Initialize biblioChanged_ when we update the document settings dialog.
[lyx.git] / src / EnchantChecker.h
index 94f7e20b38fb82797b5639f1a17d29dfd2df2c0c..30cad28436004420e869bd1e2b017845bbecad7a 100644 (file)
@@ -34,9 +34,11 @@ 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();
+       void advanceChangeNumber();
        ///@}
 
 private: