InsetExternal doesn't work. But it didn't work before, either.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-21 23:26:10 +00:00
parent 3d07ead18b
commit 47b763efb3
2 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@
#include "LyXRC.h"
#include "MetricsInfo.h"
#include "OutputParams.h"
#include "output_latex.h"
#include "frontends/alert.h"
#include "frontends/Application.h"
@ -682,7 +683,7 @@ int InsetExternal::docbook(odocstream & os,
}
docstring InsetExternal::xhtml(odocstream & /*os*/,
docstring InsetExternal::xhtml(XHTMLStream & /*xs*/,
OutputParams const & /*rp*/) const
{
// external::writeExternal(params_, "XHTML", buffer(), os,

View File

@ -135,7 +135,7 @@ private:
int docbook(odocstream &, OutputParams const &) const;
/// For now, this does nothing. Someone who knows about this
/// should see what needs doing for XHTML output.
docstring xhtml(odocstream &, OutputParams const &) const;
docstring xhtml(XHTMLStream &, OutputParams const &) const;
/// Update needed features for this inset.
void validate(LaTeXFeatures & features) const;
///