summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-08-01 18:14:21 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-08-02 01:44:12 +0000
commit389b08190092f9a9103b3ac098994ec83b2d0bfa (patch)
treec7bc32223a7b667e044c9d17f8f831b16eb5eb36 /starmath/source/mathmlexport.hxx
parenta859c37ee0126e0daca711893da1cbf6138ec25b (diff)
starmath: SmVerticalBraceNode always has a triple of nodes
Moreover the middle ("Brace") node is a SmMathSymbolNode. Change-Id: Ia0e4f798b69a9a205269bbd3f6c63d2059e8c766 Reviewed-on: https://gerrit.libreoffice.org/27769 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r--starmath/source/mathmlexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx
index 791efa6deaaa..2d18648ffa1e 100644
--- a/starmath/source/mathmlexport.hxx
+++ b/starmath/source/mathmlexport.hxx
@@ -89,7 +89,7 @@ protected:
void ExportOperator(const SmNode *pNode, int nLevel);
void ExportAttributes(const SmNode *pNode, int nLevel);
void ExportFont(const SmNode *pNode, int nLevel);
- void ExportVerticalBrace(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);