]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
In non-MultiPar insets, we do not want to output paragraphs at all.
[lyx.git] / src / WordList.h
index 263c4d40da60b99e7cf9f2d0ed1b1b5778b06617..d02b0b7b880eeb3d78f49fa2c1d964a015615c8f 100644 (file)
@@ -29,12 +29,16 @@ public:
        size_t size() const;
        ///
        void insert(docstring const & w);
-
+       ///
+       void remove(docstring const & w);
+       
 private:
        struct Impl;
        Impl * d;
 };
 
+WordList & theWordList();
+
 } // namespace lyx
 
 #endif // WORDLIST_H