]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetBibitem.h
index 435dd7197282a4491a50f9d8e31548a2b5284464..22bf8c54a83c764e77b171e9c71f9cd295c9966b 100644 (file)
@@ -53,7 +53,7 @@ private:
        ///
        docstring screenLabel() const;
        ///
-       EDITABLE editable() const { return IS_EDITABLE; }
+       bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return BIBITEM_CODE; }
        ///
@@ -61,6 +61,8 @@ private:
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
+       docstring xhtml(odocstream &, OutputParams const &) const;
+       ///
        virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
        virtual void updateLabels(ParIterator const &);