diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-04 10:16:38 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-04 17:11:57 +0100 |
commit | e3ea88c6db5facde01ad0c46d8f9393c4db08c5c (patch) | |
tree | 591458fb88e9b09ea7fb196e2ea2e0cb6a74b92b /starmath/source/ooxmlexport.hxx | |
parent | e1d7242341ec148b631a96e6d63697bce6a497c9 (diff) |
Fix typo in code
Here it passed "make build-nocheck" on Linux
Change-Id: I1f6ea440e54f87a90abb1b6e9983443764516e06
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110373
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Dante DM <dante19031999@gmail.com>
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
Diffstat (limited to 'starmath/source/ooxmlexport.hxx')
-rw-r--r-- | starmath/source/ooxmlexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ooxmlexport.hxx b/starmath/source/ooxmlexport.hxx index e5973210b331..019172056ba5 100644 --- a/starmath/source/ooxmlexport.hxx +++ b/starmath/source/ooxmlexport.hxx @@ -31,7 +31,7 @@ private: void HandleText(const SmNode* pNode, int nLevel) override; void HandleFractions(const SmNode* pNode, int nLevel, const char* type) override; void HandleRoot(const SmRootNode* pNode, int nLevel) override; - void HandleAttribute(const SmAttributNode* pNode, int nLevel) override; + void HandleAttribute(const SmAttributeNode* pNode, int nLevel) override; void HandleOperator(const SmOperNode* pNode, int nLevel) override; void HandleSubSupScriptInternal(const SmSubSupNode* pNode, int nLevel, int flags) override; void HandleMatrix(const SmMatrixNode* pNode, int nLevel) override; |