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>
This commit is contained in:
committed by
Caolán McNamara
parent
efc8510ca9
commit
280aa181de
@@ -91,11 +91,10 @@ enum SmTokenType
|
||||
/*210*/ TDIVIDES, TNDIBVIDES, TSETN, TSETZ, TSETQ,
|
||||
/*215*/ TSETR, TSETC, TWIDEVEC, TWIDETILDE, TWIDEHAT,
|
||||
/*220*/ TWIDESLASH, TWIDEBACKSLASH, TLDBRACKET, TRDBRACKET, TNOSPACE,
|
||||
/*225*/ TUNKNOWN, TDEBUG, TPRECEDES, TSUCCEEDS, TPRECEDESEQUAL,
|
||||
/*230*/ TSUCCEEDSEQUAL, TPRECEDESEQUIV, TSUCCEEDSEQUIV, TNOTPRECEDES, TNOTSUCCEEDS,
|
||||
/*235*/ TSILVER, TGRAY, TMAROON, TPURPLE, TLIME,
|
||||
/*240*/ TOLIVE, TNAVY, TTEAL, TAQUA, TFUCHSIA,
|
||||
/*245*/ TINTD
|
||||
/*225*/ TUNKNOWN, TPRECEDES, TSUCCEEDS, TPRECEDESEQUAL, TSUCCEEDSEQUAL,
|
||||
/*230*/ TPRECEDESEQUIV, TSUCCEEDSEQUIV, TNOTPRECEDES, TNOTSUCCEEDS, TSILVER,
|
||||
/*235*/ TGRAY, TMAROON, TPURPLE, TLIME, TOLIVE,
|
||||
/*240*/ TNAVY, TTEAL, TAQUA, TFUCHSIA, TINTD
|
||||
};
|
||||
|
||||
struct SmToken
|
||||
|
@@ -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 },
|
||||
|
Reference in New Issue
Block a user