summaryrefslogtreecommitdiff
path: root/starmath/inc/token.hxx
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2020-11-20 17:20:56 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-21 13:51:25 +0100
commit88c343b50a1de197394e3e22bf82ff455386a80b (patch)
tree339dab14261269f086d09275396fd262e4a109df /starmath/inc/token.hxx
parent142e8ccd3aa14a347f44bd09fa1020b097298140 (diff)
Corrected my previous mess on mathml export with color export 2.
Now only exports HTML4 colors and others are treated as #RRGGBB. Now mathml can import #RGB colors. Change-Id: I6f9df916cb4e1d9c4a55eca5e447b7936207203a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106286 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/token.hxx')
-rw-r--r--starmath/inc/token.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx
index da33c818105b..a1cbe95d214c 100644
--- a/starmath/inc/token.hxx
+++ b/starmath/inc/token.hxx
@@ -139,7 +139,7 @@ enum SmTokenType
TSQRT, TNROOT, TFACT, TABS, // roots, n! |z|
// Color
TRGB, TRGBA, THEX, THTMLCOL, TDVIPSNAMESCOL,
- TICONICCOL
+ TICONICCOL, TMATHMLCOL
// clang-format on
};