summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/parse.cxx3
1 files changed, 1 insertions, 2 deletions
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 )