From 45479198f4caead0d29a12787603e98d7bfe9845 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 19 Nov 2009 22:03:15 +0000 Subject: [PATCH] Disable InsetIndex again. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32100 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetIndex.cpp | 2 +- src/insets/InsetIndex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp index a3a52f1f23..70a16f6e3c 100644 --- a/src/insets/InsetIndex.cpp +++ b/src/insets/InsetIndex.cpp @@ -174,7 +174,7 @@ int InsetIndex::docbook(odocstream & os, OutputParams const & runparams) const } -docstring InsetIndex::xhtml(odocstream &, OutputParams const &) const +docstring InsetIndex::xhtml(XHTMLStream &, OutputParams const &) const { return docstring(); } diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index 642d3ee0dc..b7427a1ed0 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -60,7 +60,7 @@ private: int docbook(odocstream &, OutputParams const &) const; /// At the moment, this does nothing. See development/HTML.notes /// for some remarks on what could be done. - docstring xhtml(odocstream &, OutputParams const &) const; + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// int latex(odocstream &, OutputParams const &) const; ///