summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.hxx
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2014-10-30 18:41:23 +0000
committerRegina Henschel <regina@apache.org>2014-10-30 18:41:23 +0000
commit529e59d90037748d0030191b93252e597935243e (patch)
treee7a37532e7154bb9ffc28767864f67f8756398e7 /starmath/source/mathmlimport.hxx
parent603a37eb46a5ed08d3c9c9b342386705cbd00109 (diff)
#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
Notes
Diffstat (limited to 'starmath/source/mathmlimport.hxx')
-rw-r--r--starmath/source/mathmlimport.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx
index 603b61d37abe..24e99b66e9fb 100644
--- a/starmath/source/mathmlimport.hxx
+++ b/starmath/source/mathmlimport.hxx
@@ -292,7 +292,8 @@ enum SmXMLPresLayoutAttrTokenMap
XML_TOK_FONTSTYLE,
XML_TOK_FONTSIZE,
XML_TOK_FONTFAMILY,
- XML_TOK_COLOR
+ XML_TOK_COLOR,
+ XML_TOK_MATHCOLOR
};