Disable ERT again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32098 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 21:52:18 +00:00
parent c5651b5e44
commit bd79544d7b
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ string InsetERT::params2string(CollapseStatus status)
}
docstring InsetERT::xhtml(odocstream &, OutputParams const &) const
docstring InsetERT::xhtml(XHTMLStream &, OutputParams const &) const
{
return docstring();
}

View File

@ -51,7 +51,7 @@ private:
///
int docbook(odocstream &, OutputParams const &) const;
///
docstring xhtml(odocstream &, OutputParams const &) const;
docstring xhtml(XHTMLStream &, OutputParams const &) const;
///
void validate(LaTeXFeatures &) const {}
///