]> git.lyx.org Git - features.git/commitdiff
Restore XHTML for InsetNote.
authorRichard Heck <rgheck@comcast.net>
Wed, 25 Nov 2009 21:58:18 +0000 (21:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 25 Nov 2009 21:58:18 +0000 (21:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32203 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetNote.cpp
src/insets/InsetNote.h

index e03d1ad25cc841cc6896177a72582a728cd1a3c1..3d641a8a683b9ebf7d8f5699d10853734787fe61 100644 (file)
@@ -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);
 }
 
 
index cdee07cc47764de536fbe3cd8b46ebc6cdd6e4a0..f5685681a145f5eb141a6468903a46c1b9c0db25 100644 (file)
@@ -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;
        ///