mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3d07ead18b
commit
47b763efb3
@ -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,
|
||||
|
@ -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;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user