]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Fix crash when outputting XHTML. Not resetting the paragraphs
[lyx.git] / src / insets / InsetBibtex.h
index ea0cecfc142d4fc3a483a27d6330684a4e80c7e1..79ee82759b4a32dd40710d7ad39e027745cc575a 100644 (file)
@@ -50,9 +50,7 @@ public:
        ///
        DisplayType display() const { return AlignCenter; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
-       ///
-       void updateBuffer(ParIterator const &, UpdateType);
+       void latex(otexstream &, OutputParams const &) const;
        ///
        void collectBibKeys(InsetIterator const &) const;
        ///
@@ -60,7 +58,7 @@ public:
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes