]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetCaption.h
index 4f7aa9a981f27ab5c8a186d375b3fbcd89e46136..d4e2e17ab9e15bf51166721b7d0f5255f150511d 100644 (file)
@@ -71,9 +71,9 @@ private:
        ///
        void setCustomLabel(docstring const & label);
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
        /// 
-       virtual bool forceEmptyLayout(idx_type = 0) const { return true; }
+       virtual bool forcePlainLayout(idx_type = 0) const { return true; }
        /// Captions don't accept alignment, spacing, etc.
        virtual bool allowParagraphCustomization(idx_type = 0) const { return false; }
        ///