]> 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 954783228cb9b4f82dc80aad4fe1eefeff9ca464..79ee82759b4a32dd40710d7ad39e027745cc575a 100644 (file)
@@ -50,7 +50,7 @@ public:
        ///
        DisplayType display() const { return AlignCenter; }
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        void collectBibKeys(InsetIterator const &) const;
        ///
@@ -58,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