mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
This routine does even less. Bye bye.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28367 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0439d04f9b
commit
875163f7e6
@ -61,12 +61,6 @@ void InsetFlex::write(ostream & os) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int InsetFlex::plaintext(odocstream & os, OutputParams const & runparams) const
|
|
||||||
{
|
|
||||||
return InsetText::plaintext(os, runparams);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int InsetFlex::docbook(odocstream & os, OutputParams const & runparams) const
|
int InsetFlex::docbook(odocstream & os, OutputParams const & runparams) const
|
||||||
{
|
{
|
||||||
ParagraphList::const_iterator const beg = paragraphs().begin();
|
ParagraphList::const_iterator const beg = paragraphs().begin();
|
||||||
|
@ -34,8 +34,6 @@ public:
|
|||||||
///
|
///
|
||||||
void write(std::ostream &) const;
|
void write(std::ostream &) const;
|
||||||
|
|
||||||
///
|
|
||||||
int plaintext(odocstream &, OutputParams const &) const;
|
|
||||||
///
|
///
|
||||||
int docbook(odocstream &, OutputParams const &) const;
|
int docbook(odocstream &, OutputParams const &) const;
|
||||||
/// the string that is passed to the TOC
|
/// the string that is passed to the TOC
|
||||||
|
Loading…
Reference in New Issue
Block a user