]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetBibtex.h
index ad6e064e712ef58d418a065b415f1f4ddffd287e..7950b486fac84dab65e1bc6dbf42a8ee3bb725c6 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       EDITABLE editable() const { return IS_EDITABLE; }
+       bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return BIBTEX_CODE; }
        ///
@@ -52,6 +52,8 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
+       docstring xhtml(odocstream &, OutputParams const &) const;
+       ///
        static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "bibtex"; };