]> 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 ed02318d088ff8a2dfa3a86cfac6b79921640c8e..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);
@@ -41,6 +41,15 @@ public:
        int latex(Buffer const *, std::ostream &, bool, bool) const
                { return 0; }
        ///
+       int linuxdoc(Buffer const *, std::ostream &) const
+               { return 0; }
+       ///
+       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