]> 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 fbc01faf2ef31b7b2096cffef10d75fe77ea46fa..092311c64c269254bbc3fd009dab54d39f6a1c32 100644 (file)
@@ -27,7 +27,7 @@ public:
        InsetIndex(Buffer const &);
 private:
        ///
-       EDITABLE editable() const { return IS_EDITABLE; }
+       EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///
        InsetCode lyxCode() const { return INDEX_CODE; }
        ///
@@ -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;
 };