Overide the InsetCollapsable::ascii method to not output anything at all!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4009 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-04-16 16:43:19 +00:00
parent 1eba5295d8
commit e70099ded4
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-04-16 Angus Leeming <a.leeming@ic.ac.uk>
* insetnote.h (ascii): overide the InsetCollapsable::ascii method to
not output anything at all!
2002-04-16 Juergen Vigna <jug@sad.it>
* insettabular.C (insetButtonPress):

View File

@ -47,6 +47,9 @@ public:
int docbook(Buffer const *, std::ostream &) const
{ return 0; }
///
int ascii(Buffer const *, std::ostream &, int) const
{ return 0; }
///
void validate(LaTeXFeatures &) const {}
private:
/// used by the constructors