]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetIndex.h
index 1d8f045af451b0fcde873a303896ede776a978bc..092311c64c269254bbc3fd009dab54d39f6a1c32 100644 (file)
@@ -41,11 +41,9 @@ private:
        /// should paragraph indendation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
        ///
        Inset * clone() const { return new InsetIndex(*this); }
-       ///
-       bool hasFontChanges() const;
 };