mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Cosmetics
This commit is contained in:
parent
6d05e78168
commit
fd8b3c148f
@ -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;
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user