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 /xmloff | |
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 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/token/tokens.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 9bc4fca57a80..d4b996a4d9dd 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -3420,6 +3420,7 @@ namespace xmloff::token { TOKEN("dir", XML_DIR ), TOKEN("displaystyle", XML_DISPLAYSTYLE ), + TOKEN("infinity", XML_INFINITY ), TOKEN("lspace", XML_LSPACE ), TOKEN("mathbackground", XML_MATHBACKGROUND ), TOKEN("maxsize", XML_MAXSIZE ), diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt index 52b457602c27..9823df1e82e7 100644 --- a/xmloff/source/token/tokens.txt +++ b/xmloff/source/token/tokens.txt @@ -3173,6 +3173,7 @@ margin-gutter local-url dir displaystyle +infinity lspace mathbackground maxsize |