From: Uwe Stöhr Date: Tue, 27 Nov 2007 00:15:45 +0000 (+0000) Subject: Paragraph.cpp: revert r21801 because it broke the LaTeX-output of \newline, \\, and... X-Git-Tag: 1.6.10~7180 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cf11abec63df1ac3476dbb6c26ddfdcd7aba3fb6;p=features.git 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 --- diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index cc0c01c246..e0afc38728 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -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) {