Simplify texrow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34169 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-04-16 17:22:25 +00:00
parent 878aa10ba6
commit 2b7c121614

View File

@ -846,9 +846,7 @@ void Paragraph::Private::latexInset(
}
if (tmp) {
for (int j = 0; j < tmp; ++j)
texrow.newline();
texrow.newlines(tmp);
texrow.start(owner_->id(), i + 1);
column = 0;
} else {