]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetFoot.h
index f308b142e6cb244ab9170a6d9dd1f9ff6f8559fe..165a7cf2b42427b721f62d6f6f60feb30a663f04 100644 (file)
@@ -30,9 +30,7 @@ private:
        ///
        InsetCode lyxCode() const { return FOOT_CODE; }
        ///
-       docstring layoutName() const { return from_ascii("Foot"); }
-       ///
-       void latex(otexstream &, OutputParams const &) const;
+       docstring layoutName() const;
        ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
@@ -48,6 +46,8 @@ private:
        Inset * clone() const { return new InsetFoot(*this); }
        ///
        docstring custom_label_;
+       ///
+       bool intitle_;
 };