]> git.lyx.org Git - features.git/commitdiff
InsetNomencl still disabled.
authorRichard Heck <rgheck@comcast.net>
Sat, 21 Nov 2009 23:29:29 +0000 (23:29 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 21 Nov 2009 23:29:29 +0000 (23:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32141 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetNomencl.cpp
src/insets/InsetNomencl.h

index 7c043fa4c031d2823c0b3c595b41d1d8025cbe22..306498feb6338ba4fb97c0d69d2f7fcdacaedbb1 100644 (file)
@@ -26,6 +26,7 @@
 #include "Length.h"
 #include "LyX.h"
 #include "MetricsInfo.h"
+#include "output_xhtml.h"
 #include "sgml.h"
 
 #include "frontends/FontMetrics.h"
@@ -98,7 +99,7 @@ int InsetNomencl::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-docstring InsetNomencl::xhtml(odocstream &, OutputParams const &) const
+docstring InsetNomencl::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }
@@ -198,7 +199,7 @@ bool InsetPrintNomencl::getStatus(Cursor & cur, FuncRequest const & cmd,
 }
 
 
-docstring InsetPrintNomencl::xhtml(odocstream &, OutputParams const &) const
+docstring InsetPrintNomencl::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }
index 4f8e9d79bc46ef863fde531d5cb16bcd8c608f17..a296fc9f91a9d5ae2c79df446986591c27aa3d78 100644 (file)
@@ -40,7 +40,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        int docbookGlossary(odocstream &) const;
        ///
@@ -66,7 +66,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        InsetCode lyxCode() const;
        ///