[Libreoffice-commits] core.git: starmath/source
Takeshi Abe
tabe at fixedpoint.jp
Sat Nov 21 17:42:58 PST 2015
starmath/source/mathmlimport.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 966c1e94e8e2669bd623999661b95cdfefa8c6b7
Author: Takeshi Abe <tabe at 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;
More information about the Libreoffice-commits
mailing list