Disable InsetIndex again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32100 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 22:03:15 +00:00
parent a8ba7cc722
commit 45479198f4
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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;
///