mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +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;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ public:
|
|||||||
///
|
///
|
||||||
void toggleMultiRow(bool m) { isMultiRow = m; }
|
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
|
/// writes the contents of the cell as a string, optionally
|
||||||
/// descending into insets
|
/// descending into insets
|
||||||
docstring asString(bool intoInsets = true);
|
docstring asString(bool intoInsets = true);
|
||||||
|
@ -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