]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
reformatting and remove using delc
[lyx.git] / src / insets / insetlist.h
index 4aaa2bfc9c825745d2360297550230f7cfa6c8ac..dc1e415e1af170c0f57b5e244ebfb2682d576e1e 100644 (file)
@@ -18,9 +18,7 @@
 
 #include "insetcollapsable.h"
 
-class Painter;
-
-/** The footnote inset
+/** The list inset
   
 */
 class InsetList : public InsetCollapsable {
@@ -30,17 +28,15 @@ public:
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
        ///
        int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       const char * EditMessage() const;
+       string const EditMessage() const;
        ///
        bool InsertInsetAllowed(Inset * inset) const;
-       ///
-//     LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif