From: Richard Heck Date: Wed, 25 Nov 2009 21:58:18 +0000 (+0000) Subject: Restore XHTML for InsetNote. X-Git-Tag: 2.0.0~5017 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b8f05bdd501b152c4fd8ce43a2f18d59db90070f;p=features.git Restore XHTML for InsetNote. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32203 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetNote.cpp b/src/insets/InsetNote.cpp index e03d1ad25c..3d641a8a68 100644 --- a/src/insets/InsetNote.cpp +++ b/src/insets/InsetNote.cpp @@ -320,12 +320,12 @@ int InsetNote::docbook(odocstream & os, OutputParams const & runparams_in) const } -docstring InsetNote::xhtml(odocstream & os, OutputParams const & rp) const +docstring InsetNote::xhtml(XHTMLStream & xs, OutputParams const & rp) const { if (params_.type == InsetNoteParams::Note) return docstring(); - return InsetCollapsable::xhtml(os, rp); + return InsetCollapsable::xhtml(xs, rp); } diff --git a/src/insets/InsetNote.h b/src/insets/InsetNote.h index cdee07cc47..f5685681a1 100644 --- a/src/insets/InsetNote.h +++ b/src/insets/InsetNote.h @@ -89,7 +89,7 @@ private: /// int docbook(odocstream &, OutputParams const &) const; /// - docstring xhtml(odocstream &, OutputParams const &) const; + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// void validate(LaTeXFeatures &) const; ///