summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2014-10-30 18:41:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-31 13:04:17 +0000
commitfe5840aab17e366749c373e4f8683e06e40b4b05 (patch)
tree0b31cc89dede495cfd1ce8b62e8c6a5290778313 /starmath/inc
parentfa277f5952d719f0dbc880301343e6653548bd03 (diff)
Resolves: #i118191# Red is not red enough
Enable Math to use 16 basic HTML colors Patch by: Regina Henschel <rb.henschel@t-online.de> Found by: <lapsap7+ooo@gmail.com (cherry picked from commit 529e59d90037748d0030191b93252e597935243e) Conflicts: starmath/inc/parse.hxx starmath/source/mathmlimport.cxx starmath/source/parse.cxx Change-Id: I08de0ce33928ead3635a3a87c81671b4cc4112ac
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/parse.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index d967be7a69c3..7f59def955a6 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -103,10 +103,11 @@ enum SmTokenType
/*220*/ TWIDESLASH, TWIDEBACKSLASH, TLDBRACKET, TRDBRACKET, TNOSPACE,
/*225*/ TUNKNOWN, TDEBUG, TPRECEDES, TSUCCEEDS, TPRECEDESEQUAL,
/*230*/ TSUCCEEDSEQUAL, TPRECEDESEQUIV, TSUCCEEDSEQUIV, TNOTPRECEDES, TNOTSUCCEEDS,
-/*235*/ TINTD
+/*235*/ TSILVER, TGRAY, TMAROON, TPURPLE, TLIME,
+/*240*/ TOLIVE, TNAVY, TTEAL, TAQUA, TFUCHSIA,
+/*245*/ TINTD
};
-
struct SmToken
{