diff options
author | dante <dante19031999@gmail.com> | 2021-08-13 20:23:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-17 09:04:29 +0200 |
commit | 6ff56167cb2e6ae6e354663c8c07810d432819c1 (patch) | |
tree | f55caff90aedcad6933f4a7c59e88fd40069a256 /include | |
parent | 39e969ac53b7e0b2c4889a3f910d97521ec4251f (diff) |
Add import for new starmath mathml elements
Change-Id: Ie867cda8780747e715d642a9b007faafb33b4d99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120474
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 761108d78ad4..4458badec53d 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3424,6 +3424,7 @@ namespace xmloff::token { // Math ml XML_DIR, XML_DISPLAYSTYLE, + XML_INFINITY, XML_LSPACE, XML_MATHBACKGROUND, XML_MAXSIZE, |