InsetNomencl still disabled.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32141 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-21 23:29:29 +00:00
parent 5282dc14ca
commit 99e17b265f
2 changed files with 5 additions and 4 deletions

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

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