mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +00:00
Change in ::docbook args
This commit is contained in:
parent
af5257b6c3
commit
e6b2c7c4ce
@ -184,7 +184,7 @@ void InsetCounter::trackCounters(string const & cmd) const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void InsetCounter::docbook(odocstream &, OutputParams const &) const
|
void InsetCounter::docbook(XMLStream &, OutputParams const &) const
|
||||||
{
|
{
|
||||||
// Here, we need to track counter values ourselves,
|
// Here, we need to track counter values ourselves,
|
||||||
// since unlike in the LaTeX case, there is no external
|
// since unlike in the LaTeX case, there is no external
|
||||||
|
@ -39,7 +39,7 @@ public:
|
|||||||
int plaintext(odocstringstream & ods, OutputParams const & op,
|
int plaintext(odocstringstream & ods, OutputParams const & op,
|
||||||
size_t max_length = INT_MAX) const;
|
size_t max_length = INT_MAX) const;
|
||||||
///
|
///
|
||||||
void docbook(odocstream &, OutputParams const &) const;
|
void docbook(XMLStream &, OutputParams const &) const;
|
||||||
///
|
///
|
||||||
docstring xhtml(XMLStream &, OutputParams const &) const;
|
docstring xhtml(XMLStream &, OutputParams const &) const;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user