[Libreoffice-commits] core.git: starmath/source

Takeshi Abe tabe at fixedpoint.jp
Sat May 14 10:37:31 UTC 2016


 starmath/source/mathmlimport.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1dbdc947fcc9d843764731e6dae7ce60082576e0
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri May 13 16:33:51 2016 +0900

    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 at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index a5537dd..971d349 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);


More information about the Libreoffice-commits mailing list