mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1eba5295d8
commit
e70099ded4
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user