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;
/** 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;

View File

@ -74,7 +74,7 @@ public:
///
void toggleMultiRow(bool m) { isMultiRow = m; }
///
void setContentAlignment(LyXAlignment al) {contentAlign = al; }
void setContentAlignment(LyXAlignment al) { contentAlign = al; }
/// writes the contents of the cell as a string, optionally
/// descending into insets
docstring asString(bool intoInsets = true);

View File

@ -977,7 +977,7 @@ void InsetText::updateBuffer(ParIterator const & it, UpdateType utype, bool cons
cnt.restoreLastLayout();
// 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.
intitle_context_ = it.paragraph().layout().intitle;
// Also check embedding layouts