mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ee36483a8e
commit
2ebd679192
@ -580,7 +580,7 @@ ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
|
||||
break;
|
||||
}
|
||||
|
||||
// fall through possible
|
||||
// fall through possible
|
||||
default:
|
||||
// we don't need it for the last paragraph!!!
|
||||
if (nextpit != paragraphs.end())
|
||||
@ -798,8 +798,7 @@ void latexParagraphs(Buffer const & buf,
|
||||
// FIXME This check should not be needed. We should
|
||||
// perhaps issue an error if it is.
|
||||
Layout const & layout = par->forcePlainLayout() ?
|
||||
tclass.plainLayout() :
|
||||
par->layout();
|
||||
tclass.plainLayout() : par->layout();
|
||||
|
||||
if (layout.intitle) {
|
||||
if (already_title) {
|
||||
|
Loading…
Reference in New Issue
Block a user