summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 16:22:00 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 06:54:12 +0000
commit060e39716dba27ecf585cec33a2de9a865980a42 (patch)
treed271d025fe13212d38af6839dbafbed242e187fc /starmath/source/mathmlexport.hxx
parentd69d4f7174ffae502c4aa9cc69786c897662dddc (diff)
loplugin:unusedmethods starmath
Change-Id: I543a914bb7cdfdc498cf8d9f885316fbe3e1543b Reviewed-on: https://gerrit.libreoffice.org/17237 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r--starmath/source/mathmlexport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx
index 9d63eaa17911..abd193c4be22 100644
--- a/starmath/source/mathmlexport.hxx
+++ b/starmath/source/mathmlexport.hxx
@@ -88,7 +88,6 @@ protected:
bool bNoMrowContainer = false);
void ExportText(const SmNode *pNode, int nLevel);
void ExportMath(const SmNode *pNode, int nLevel);
- void ExportPolygon(const SmNode *pNode, int nLevel);
void ExportBinaryHorizontal(const SmNode *pNode, int nLevel);
void ExportUnaryHorizontal(const SmNode *pNode, int nLevel);
void ExportBrace(const SmNode *pNode, int nLevel);