From 6cd62368915466a2b2054cffb172fd368a6b329d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 6 May 2016 17:40:29 +0900 Subject: starmath: Drop useless last entry of aTokenTable Change-Id: I3189c875cc8b2046f5a0353fb641a7d6ea9fdd9a Reviewed-on: https://gerrit.libreoffice.org/24692 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- starmath/source/parse.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'starmath') diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index a54189318cb7..b2bb9bb67e67 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -288,8 +288,7 @@ static const SmTokenTableEntry aTokenTable[] = { "wideslash", TWIDESLASH, MS_SLASH, TGPRODUCT, 0 }, { "widevec", TWIDEVEC, MS_VEC, TGATTRIBUT, 5}, { "wp" , TWP, MS_WP, TGSTANDALONE, 5}, - { "yellow", TYELLOW, '\0', TGCOLOR, 0}, - { "", TEND, '\0', 0, 0} + { "yellow", TYELLOW, '\0', TGCOLOR, 0} }; const SmTokenTableEntry * SmParser::GetTokenTableEntry( const OUString &rName ) -- cgit