have row on 1 line when exporting to latex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15576 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2006-10-27 09:54:56 +00:00
parent 87de304f6e
commit 91d32deed9

View File

@ -2158,8 +2158,7 @@ int LyXTabular::TeXRow(odocstream & os, row_type i, Buffer const & buf,
ret += TeXCellPostamble(os, cell);
if (!isLastCellInRow(cell)) { // not last cell in row
os << "&\n";
++ret;
os << " & ";
}
++cell;
}