]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
Fix cut and paste error
[features.git] / src / BufferParams.h
index ff5604eb528db316b1ceba1eece6abb997218173..497332b84b358b6359e68dd02411704344f8eed1 100644 (file)
@@ -21,6 +21,7 @@
 #include "DocumentClassPtr.h"
 #include "LayoutModuleList.h"
 #include "paper.h"
+#include "WordLangTuple.h"
 
 #include "support/copied_ptr.h"
 #include "support/types.h"
@@ -335,6 +336,12 @@ public:
        /// IndicesList:
        IndicesList & indiceslist();
        IndicesList const & indiceslist() const;
+       ///
+       typedef std::vector<WordLangTuple> IgnoreList;
+       ///
+       IgnoreList & spellignore();
+       IgnoreList const & spellignore() const;
+       bool spellignored(WordLangTuple const & wl) const;
        /**
         * The LyX name of the input encoding for LaTeX. This can be one of
         * - \c auto: find out the input encoding from the used languages