Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-02-11 17:16:05 +00:00
parent ee36483a8e
commit 2ebd679192

View File

@ -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) {