git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24454 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-04-22 18:32:00 +00:00
parent 8c99d7227e
commit 4b33a37c97

View File

@ -820,7 +820,6 @@ void latexParagraphs(Buffer const & buf,
} else {
par = TeXOnePar(buf, text, par, os, texrow,
runparams, everypar);
}
}
if (distance(lastpar, par) >= distance(lastpar, endpar))
break;