]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
Overide the InsetCollapsable::ascii method to not output anything at all!
[lyx.git] / src / insets / insetnote.h
index 3725b5333892ee935539ef7ea419cd563293e487..2c20a8e8996623a45000348f011b7e48a7ea7459 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 2001 The LyX Team.
 #include "insetcollapsable.h"
 
 /** The PostIt note inset
-  
+
 */
 class InsetNote : public InsetCollapsable {
 public:
-       /// 
+       ///
        InsetNote(BufferParams const &);
        ///
        InsetNote(InsetNote const &, bool same_id = false);
@@ -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