]> 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 f5b4bba0f227d9892dd1527e3a534c8311487150..d4e2e17ab9e15bf51166721b7d0f5255f150511d 100644 (file)
@@ -73,7 +73,7 @@ private:
        ///
        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; }
        ///