]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
fix #832
[lyx.git] / src / insets / insetnote.h
index ca75cade0151be97542fb5bec84f241f77df09cc..1043300d92fd5cedc03d25d41a31fd55a7ee46be 100644 (file)
@@ -1,20 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file insetnote.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Angus Leeming
  *
- *           Copyright 2001 The LyX Team.
- *
- *======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef INSETNOTE_H
 #define INSETNOTE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcollapsable.h"
 
@@ -29,12 +26,10 @@ public:
        InsetNote(InsetNote const &, bool same_id = false);
        ///
        Inset * clone(Buffer const &, bool same_id = false) const;
-       /// constructor with initial contents
-       InsetNote(Buffer const *, string const & contents, bool collapsed);
        ///
        string const editMessage() const;
        ///
-       Inset::Code lyxCode() const { return Inset::IGNORE_CODE; }
+       Inset::Code lyxCode() const { return Inset::NOTE_CODE; }
        ///
        void write(Buffer const *, std::ostream &) const;
        ///