mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
InsetPrintIndex disabled.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32140 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
47b763efb3
commit
5282dc14ca
@ -24,6 +24,7 @@
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "Lexer.h"
|
||||
#include "MetricsInfo.h"
|
||||
#include "output_latex.h"
|
||||
#include "sgml.h"
|
||||
#include "TocBackend.h"
|
||||
|
||||
@ -560,7 +561,8 @@ bool InsetPrintIndex::hasSettings() const
|
||||
return buffer().masterBuffer()->params().use_indices;
|
||||
}
|
||||
|
||||
docstring InsetPrintIndex::xhtml(odocstream &, OutputParams const &) const
|
||||
|
||||
docstring InsetPrintIndex::xhtml(XHTMLStream &, OutputParams const &) const
|
||||
{
|
||||
return docstring();
|
||||
}
|
||||
|
@ -101,13 +101,13 @@ public:
|
||||
///
|
||||
static ParamInfo const & findInfo(std::string const &);
|
||||
///
|
||||
static std::string defaultCommand() { return "printindex"; };
|
||||
static std::string defaultCommand() { return "printindex"; }
|
||||
///
|
||||
static bool isCompatibleCommand(std::string const & s);
|
||||
///
|
||||
int latex(odocstream &, OutputParams const &) const;
|
||||
/// Does nothing yet.
|
||||
docstring xhtml(odocstream &, OutputParams const &) const;
|
||||
docstring xhtml(XHTMLStream &, OutputParams const &) const;
|
||||
///
|
||||
void doDispatch(Cursor & cur, FuncRequest & cmd);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user