summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 12:02:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 08:39:52 +0200
commit9fbd05e0c73970d5a4b5dbaebcff104e34776752 (patch)
tree2e4563f02c9f52f5a3fceb80f3877df2557c3d43 /starmath/source/mathmlexport.hxx
parent1fdb0e1897b063c7a0f29ed5a0de440ea057b2ed (diff)
loplugin:checkunusedparams in starmath
Change-Id: I1a2299f66e077879863ac0e694e42196c9432458 Reviewed-on: https://gerrit.libreoffice.org/37192 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r--starmath/source/mathmlexport.hxx6
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(