diff options
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r-- | starmath/source/mathmlexport.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx index a706457a83a1..b0ebbe6d1aab 100644 --- a/starmath/source/mathmlexport.hxx +++ b/starmath/source/mathmlexport.hxx @@ -77,8 +77,8 @@ protected: void ExportLine(const SmNode *pNode, int nLevel); void ExportExpression(const SmNode *pNode, int nLevel, bool bNoMrowContainer = false); - void ExportText(const SmNode *pNode, int nLevel); - void ExportMath(const SmNode *pNode, int nLevel); + void ExportText(const SmNode *pNode); + void ExportMath(const SmNode *pNode); void ExportBinaryHorizontal(const SmNode *pNode, int nLevel); void ExportUnaryHorizontal(const SmNode *pNode, int nLevel); void ExportBrace(const SmNode *pNode, int nLevel); @@ -91,7 +91,7 @@ protected: void ExportFont(const SmNode *pNode, int nLevel); void ExportVerticalBrace(const SmVerticalBraceNode *pNode, int nLevel); void ExportMatrix(const SmNode *pNode, int nLevel); - void ExportBlank(const SmNode *pNode, int nLevel); + void ExportBlank(const SmNode *pNode); public: SmXMLExport( |