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 /include/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 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index a40da2c19b5c..5993b740195e 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -295,6 +295,7 @@ namespace xmloff { namespace token { XML_BELOW, XML_BETWEEN_DATE_TIMES, XML_BEVEL, + XML_BEVELLED, XML_BIBILIOGRAPHIC_TYPE, XML_BIBLIOGRAPHY, XML_BIBLIOGRAPHY_CONFIGURATION, @@ -941,6 +942,7 @@ namespace xmloff { namespace token { XML_HIGHLIGHTED_RANGE, XML_HINT, XML_HORIZONTAL, + XML_HORIZONTALSTRIKE, 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. @@ -1166,6 +1168,7 @@ namespace xmloff { namespace token { XML_MEASURE_VERTICAL_ALIGN, XML_MEDIAN, XML_MEDIUM, + XML_MENCLOSE, XML_MERROR, XML_MESSAGE_TYPE, XML_META, @@ -1262,6 +1265,7 @@ namespace xmloff { namespace token { XML_NORMALS_KIND, XML_NOT, XML_NOT_EQUAL_DATE, + XML_NOTATION, XML_NOTE, XML_NOTES, XML_NOTIN, |