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

New commits:
commit 1dbdc947fcc9d843764731e6dae7ce60082576e0
Author: Takeshi Abe <t...@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 <c...@libreoffice.org>
    Reviewed-by: Takeshi Abe <t...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to