summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-05-26 00:20:20 +0900
committerCaolán McNamara <caolanm@redhat.com>2015-05-26 08:12:01 +0000
commit280aa181def7e04ddaedf41eca55c84ee4158b6c (patch)
treec3f2a5f2ecf1f846273f030cbfb0450bba4d076c /starmath/source/parse.cxx
parentefc8510ca900153442b329ec318f28cddd826757 (diff)
kill forgotten, unused TDEBUG token
I remember that, before LibreOffice 4, "MZ23" used to be a magic string which we could not see in the preview window as if there was no node. Change-Id: If80b77e1e24a2c5f8b3528fac8e9209b8c0b5954 Reviewed-on: https://gerrit.libreoffice.org/15893 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r--starmath/source/parse.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index fb7ac7337f80..d70ca9dacb4f 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -60,7 +60,6 @@ SmToken::SmToken(SmTokenType eTokenType,
static const SmTokenTableEntry aTokenTable[] =
{
{ "Im" , TIM, MS_IM, TGSTANDALONE, 5 },
- { "MZ23", TDEBUG, '\0', TGATTRIBUT, 0 },
{ "Re" , TRE, MS_RE, TGSTANDALONE, 5 },
{ "abs", TABS, '\0', TGUNOPER, 13 },
{ "arcosh", TACOSH, '\0', TGFUNCTION, 5 },