mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
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:
parent
c5651b5e44
commit
bd79544d7b
@ -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();
|
||||
}
|
||||
|
@ -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 {}
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user