From: Lars Gullik Bjønnes Date: Thu, 11 Jan 2001 16:28:22 +0000 (+0000) Subject: whitespace X-Git-Tag: 1.6.10~21734 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2da5210598c2ce4595084306f40b65dd0ea05b07;p=features.git whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1316 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/insettoc.C b/src/insets/insettoc.C index d166b44319..b4bc07b8eb 100644 --- a/src/insets/insettoc.C +++ b/src/insets/insettoc.C @@ -48,6 +48,7 @@ void InsetTOC::Edit(BufferView * bv, int, int, unsigned int) bv->owner()->getDialogs()->showTOC( this ); } + int InsetTOC::Ascii(Buffer const * buffer, ostream & os, int) const { os << getScreenLabel() << endl << endl;