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

New commits:
commit 966c1e94e8e2669bd623999661b95cdfefa8c6b7
Author: Takeshi Abe <t...@fixedpoint.jp>
Date:   Sun Nov 22 10:37:16 2015 +0900

    cppcheck: redundantAssignment
    
    Change-Id: Iad347c2575cdbd6ee117461ea89f16234ecdd49e

diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 7a60383..48c0d48 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -990,7 +990,6 @@ void SmXMLFencedContext_Impl::EndElement()
     SmToken aToken;
     aToken.cMathChar = '\0';
     aToken.aText = ",";
-    aToken.eType = TLEFT;
     aToken.nLevel = 5;
 
     aToken.eType = TLPARENT;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to