mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +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;
|
||||
}
|
||||
|
||||
os << string(len1, ' ')
|
||||
<< sstr.str()
|
||||
<< string(len2, ' ');
|
||||
os << string(len1, ' ') << sstr.str() << string(len2, ' ');
|
||||
|
||||
if (RightLine(cell))
|
||||
os << " |";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user