X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=dba55dc877910064e70590f01e5e2a09685b34c2;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=61e904c31627b1488cb0f5db4ca19f6eccf01fd0;hpb=1f53de65928c5d09b343c2beed9f37060e82b611;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index 61e904c316..dba55dc877 100644 --- a/src/AspellChecker.h +++ b/src/AspellChecker.h @@ -23,14 +23,17 @@ public: AspellChecker(); ~AspellChecker(); - /// SpellChecker inherited methods. - ///@{ + /// \name SpellChecker inherited methods + //@{ 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: struct Private;