]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
DocBook: escape IDs for InsetRef.
[lyx.git] / src / insets / InsetBibtex.h
index db7005d2dadfab53fd25113b9d0e38746cbf3122..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;
        ///
@@ -66,7 +66,7 @@ public:
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
-       docstring docbook(XMLStream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        std::string contextMenuName() const;
        //@}