X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCaption.h;h=e8582b61fb1e6121b3dbe728bd9c8156be1194ab;hb=67e70c6c022fa445cd654937faeb87955e3bca7a;hp=4f7aa9a981f27ab5c8a186d375b3fbcd89e46136;hpb=1c33b77bec19cd3b4657d68ba3bf6b4747abb59a;p=lyx.git diff --git a/src/insets/InsetCaption.h b/src/insets/InsetCaption.h index 4f7aa9a981..e8582b61fb 100644 --- a/src/insets/InsetCaption.h +++ b/src/insets/InsetCaption.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -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; } /// @@ -86,8 +86,6 @@ private: /// std::string type_; /// - bool in_subfloat_; - /// docstring custom_label_; };