mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
InsetOptArg and InsetPhantom disabled.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32142 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
99e17b265f
commit
77c771e3b6
@ -51,7 +51,7 @@ int InsetOptArg::docbook(odocstream &, OutputParams const &) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
docstring InsetOptArg::xhtml(odocstream &, OutputParams const &) const
|
docstring InsetOptArg::xhtml(XHTMLStream &, OutputParams const &) const
|
||||||
{
|
{
|
||||||
return docstring();
|
return docstring();
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ private:
|
|||||||
/// Standard DocBook output -- short-circuited
|
/// Standard DocBook output -- short-circuited
|
||||||
int docbook(odocstream &, OutputParams const &) const;
|
int docbook(odocstream &, OutputParams const &) const;
|
||||||
/// Standard XHTML output -- short-circuited
|
/// Standard XHTML output -- short-circuited
|
||||||
docstring xhtml(odocstream &, OutputParams const &) const;
|
docstring xhtml(XHTMLStream &, OutputParams const &) const;
|
||||||
/// Write out to the .lyx file
|
/// Write out to the .lyx file
|
||||||
void write(std::ostream & os) const;
|
void write(std::ostream & os) const;
|
||||||
/// should paragraph indendation be ommitted in any case?
|
/// should paragraph indendation be ommitted in any case?
|
||||||
|
@ -358,7 +358,7 @@ int InsetPhantom::docbook(odocstream & os, OutputParams const & runparams) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
docstring InsetPhantom::xhtml(odocstream &, OutputParams const &) const
|
docstring InsetPhantom::xhtml(XHTMLStream &, OutputParams const &) const
|
||||||
{
|
{
|
||||||
return docstring();
|
return docstring();
|
||||||
}
|
}
|
||||||
|
@ -82,7 +82,7 @@ private:
|
|||||||
///
|
///
|
||||||
int docbook(odocstream &, OutputParams const &) const;
|
int docbook(odocstream &, OutputParams const &) const;
|
||||||
/// Makes no sense fof XHTML.
|
/// Makes no sense fof XHTML.
|
||||||
docstring xhtml(odocstream &, OutputParams const &) const;
|
docstring xhtml(XHTMLStream &, OutputParams const &) const;
|
||||||
///
|
///
|
||||||
bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
|
bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user