Paragraph.cpp: revert r21801 because it broke the LaTeX-output of \newline, \\, and \linebreak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21812 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-11-27 00:15:45 +00:00
parent bb21756817
commit cf11abec63

View File

@ -706,7 +706,6 @@ void Paragraph::Private::latexInset(Buffer const & buf,
texrow.newline();
texrow.start(owner_->id(), i + 1);
column = 0;
return;
}
if (owner_->lookupChange(i).type == Change::DELETED) {