Cosmetics

This commit is contained in:
Juergen Spitzmueller 2021-01-29 15:46:46 +01:00
parent 6d05e78168
commit fd8b3c148f
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ public:
*/ */
mutable bool need_maketitle = false; mutable bool need_maketitle = false;
/** have_maketitle == true means that \maketitle already hase been output. /** have_maketitle == true means that \maketitle already has been output.
*/ */
mutable bool have_maketitle = false; mutable bool have_maketitle = false;

View File

@ -977,7 +977,7 @@ void InsetText::updateBuffer(ParIterator const & it, UpdateType utype, bool cons
cnt.restoreLastLayout(); cnt.restoreLastLayout();
// FIXME cnt.restoreLastCounter()? // FIXME cnt.restoreLastCounter()?
} }
// Record in this inset is embedded in a title layout // Record if this inset is embedded in a title layout
// This is needed to decide when \maketitle is output. // This is needed to decide when \maketitle is output.
intitle_context_ = it.paragraph().layout().intitle; intitle_context_ = it.paragraph().layout().intitle;
// Also check embedding layouts // Also check embedding layouts