]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetFootlike.h
index f16f355a963b09d44adee31689717c95065892c3..c7805a643923e8e5533d190ec9433e7d4802a8d9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef INSETFOOTLIKE_H
 #define INSETFOOTLIKE_H
 
-#include "InsetCollapsable.h"
+#include "InsetCollapsible.h"
 
 
 namespace lyx {
@@ -20,10 +20,10 @@ namespace lyx {
 // To have this class is probably a bit overkill... (Lgb)
 
 // The footnote inset
-class InsetFootlike : public InsetCollapsable {
+class InsetFootlike : public InsetCollapsible {
 public:
        ///
-       InsetFootlike(Buffer *);
+       explicit InsetFootlike(Buffer *);
        ///
        bool hasSettings() const { return false; }
 private:
@@ -35,7 +35,7 @@ private:
        void write(std::ostream & os) const;
        ///
        bool insetAllowed(InsetCode) const;
-       /** returns false if, when outputing LaTeX, font changes should
+       /** returns false if, when outputting LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
        bool inheritFont() const { return false; }