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