mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
hopefully the last bleeding test
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7151 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8e03b60e91
commit
4dede9fd03
@ -2371,9 +2371,8 @@ int LyXTabular::asciiPrintCell(Buffer const * buf, ostream & os,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
os << string(len1, ' ')
|
os << string(len1, ' ') << sstr.str() << string(len2, ' ');
|
||||||
<< sstr.str()
|
|
||||||
<< string(len2, ' ');
|
|
||||||
if (RightLine(cell))
|
if (RightLine(cell))
|
||||||
os << " |";
|
os << " |";
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user