]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetBibtex.h
index a46619367bc4df2ab02f826f64ead6c8331d9939..932fb0f48a720e1b550ee34766f07ecfc293e3f3 100644 (file)
@@ -48,7 +48,7 @@ public:
        ///
        InsetCode lyxCode() const { return BIBTEX_CODE; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
@@ -64,7 +64,9 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
+       ///
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        std::string contextMenuName() const;
        //@}