mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
cosmetic fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7dc233a17
commit
3ac99e899f
@ -1,3 +1,7 @@
|
||||
2003-07-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* insettabular.C (write): remove extra space
|
||||
|
||||
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
* insetnote.C: Umpf. Hope I *now* get it right :-(
|
||||
|
||||
|
@ -224,7 +224,7 @@ void InsetTabular::buffer(Buffer * b)
|
||||
|
||||
void InsetTabular::write(Buffer const * buf, ostream & os) const
|
||||
{
|
||||
os << " Tabular" << endl;
|
||||
os << "Tabular" << endl;
|
||||
tabular.write(buf, os);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user