]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
Remove old workaround that is not needed anymore
[lyx.git] / src / InsetList.h
index dcaa28eabce6ee073c00367b53032406c12e51be..36a40c7bebe7d11dd9ceb2bd9582074931ec4e53 100644 (file)
@@ -36,6 +36,8 @@ public:
        InsetList(InsetList const &, pos_type beg, pos_type end);
        ///
        void setBuffer(Buffer &);
+       ///
+       void resetBuffer();
 
        ///
        class InsetTable {
@@ -91,7 +93,7 @@ public:
                pos_type startpos = 0 ///< start position for the search.
                ) const;
 
-       /// count occurences of of an \c Inset type.
+       /// count occurrences of an \c Inset type.
        /// \return the number of found inset(s).
        int count(
                InsetCode code, ///< Code of inset type to count.