diff options
author | Frédéric Wang <fred.wang@free.fr> | 2013-06-23 21:32:37 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-28 09:47:07 +0000 |
commit | 3b3ec32358aebd81ef5385f48dbf3ee4c93649e8 (patch) | |
tree | d70ad18dcb5756b55d4003e260323ce2e56d9c8e /xmloff | |
parent | 6231979ce1b89ce36e0a68139c96c5c1c1e704bb (diff) |
fdo#66086 - MathML export: wideslash, widebslash and overstrike
Change-Id: I1e8da340ffdacab133b0cff6d6344fe56da34bf8
Reviewed-on: https://gerrit.libreoffice.org/4465
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 2dfbe312a819..df208b05fb09 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -300,6 +300,7 @@ namespace xmloff { namespace token { TOKEN( "below", XML_BELOW ), TOKEN( "between-date-times", XML_BETWEEN_DATE_TIMES ), TOKEN( "bevel", XML_BEVEL ), + TOKEN( "bevelled", XML_BEVELLED ), TOKEN( "bibiliographic-type", XML_BIBILIOGRAPHIC_TYPE ), TOKEN( "bibliography", XML_BIBLIOGRAPHY ), TOKEN( "bibliography-configuration", XML_BIBLIOGRAPHY_CONFIGURATION ), @@ -946,6 +947,7 @@ namespace xmloff { namespace token { TOKEN( "highlighted-range", XML_HIGHLIGHTED_RANGE ), TOKEN( "hint", XML_HINT), TOKEN( "horizontal", XML_HORIZONTAL ), + TOKEN( "horizontalstrike", XML_HORIZONTALSTRIKE ), TOKEN( "horizontal-lines", XML_HORIZONTAL_LINES ), /* XML_HORIZONTAL_ON_LEFT_PAGES and XML_HORIZONTAL_ON_RIGHT_PAGES are replaced by XML_HORIZONTAL_ON_EVEN and XML_HORIZONTAL_ON_ODD. @@ -1172,6 +1174,7 @@ namespace xmloff { namespace token { TOKEN( "measure-vertical-align", XML_MEASURE_VERTICAL_ALIGN ), TOKEN( "median", XML_MEDIAN ), TOKEN( "medium", XML_MEDIUM ), + TOKEN( "menclose", XML_MENCLOSE ), TOKEN( "merror", XML_MERROR ), TOKEN( "message-type", XML_MESSAGE_TYPE ), TOKEN( "meta", XML_META ), @@ -1268,6 +1271,7 @@ namespace xmloff { namespace token { TOKEN( "normals-kind", XML_NORMALS_KIND ), TOKEN( "not", XML_NOT ), TOKEN( "not-equal-date", XML_NOT_EQUAL_DATE ), + TOKEN( "notation", XML_NOTATION ), TOKEN( "note", XML_NOTE ), TOKEN( "notes", XML_NOTES ), TOKEN( "notin", XML_NOTIN ), |