]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
move inset related stuff from src/graphics to src/inset/
[lyx.git] / src / insets / insetfoot.h
index 87e9067f66e2b4007f4d413a77cde03b9de9cdae..e20155a7773227d0c3b6821cede0e1500397a780 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 #include "insetfootlike.h"
 
 /** The footnote inset
-  
+
 */
 class InsetFoot : public InsetFootlike {
 public:
        ///
-       InsetFoot();
+       InsetFoot(BufferParams const &);
        ///
        InsetFoot(InsetFoot const &, bool same_id = false);
        ///
@@ -37,12 +37,9 @@ public:
        ///
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       string const editMessage() const;
+       int docbook(Buffer const *, std::ostream &) const;
        ///
-       void validate(LaTeXFeatures & features) const;
+       string const editMessage() const;
 };
 
 #endif
-
-
-