summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-05-13 16:33:51 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-05-14 10:37:01 +0000
commit1dbdc947fcc9d843764731e6dae7ce60082576e0 (patch)
tree70c3cd459694cf5ba1e6a60432e12718dc573f57 /starmath
parentd328afa3441c99f8be85adbb78099c198e8d35ec (diff)
Fix bogus nGroup for SmMatrixNode's token
It was an obvious mistake because TRGROUP's type is SmTokenType. Change-Id: Ib3b932482c61bd9568aa579d94f742d0dd0b5462 Reviewed-on: https://gerrit.libreoffice.org/24948 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathmlimport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index a5537dd1ba42..971d349c5600 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -2487,7 +2487,6 @@ void SmXMLTableContext_Impl::EndElement()
SmToken aToken;
aToken.cMathChar = '\0';
- aToken.nGroup = TRGROUP;
aToken.eType = TMATRIX;
std::unique_ptr<SmMatrixNode> pSNode(new SmMatrixNode(aToken));
pSNode->SetSubNodes(aExpressionArray);