mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Whitespace
This commit is contained in:
parent
dd65a97b55
commit
2afc68ede2
@ -346,7 +346,7 @@ class MathExportException : public std::exception {};
|
|||||||
class MathStream {
|
class MathStream {
|
||||||
public:
|
public:
|
||||||
/// Builds a stream proxy for os; the MathML namespace is given by xmlns (supposed to be already defined elsewhere in the document).
|
/// Builds a stream proxy for os; the MathML namespace is given by xmlns (supposed to be already defined elsewhere in the document).
|
||||||
explicit MathStream(odocstream & os, std::string const & xmlns="", bool xmlMode=false);
|
explicit MathStream(odocstream & os, std::string const & xmlns = "", bool xmlMode = false);
|
||||||
///
|
///
|
||||||
void cr();
|
void cr();
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user