diff options
author | Frédéric Wang <fred.wang@free.fr> | 2013-06-30 16:15:14 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-07-03 06:58:12 +0000 |
commit | c61f35275c613cf7ba6f1aa7bc8235340f9df8f7 (patch) | |
tree | 5a1af645ded07495f46334cf9fba10485a47a6cd /xmloff/source | |
parent | f45c47af72369859d1937cb8b46cba370031509a (diff) |
fdo#66282 - MathML export: improve ExportBrace
Change-Id: If15038f8942c649703659e05868162c31785c762
Reviewed-on: https://gerrit.libreoffice.org/4632
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Tested-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 164f03c4b5f7..1de31799cfbf 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -741,6 +741,7 @@ namespace xmloff { namespace token { TOKEN( "false", XML_FALSE ), TOKEN( "family", XML_FAMILY ), TOKEN( "fast", XML_FAST ), + TOKEN( "fence", XML_FENCE ), TOKEN( "field-number", XML_FIELD_NUMBER ), TOKEN( "file-name", XML_FILE_NAME ), TOKEN( "fill", XML_FILL ), |