diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2015-07-10 08:21:23 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-07-13 12:09:00 +0000 |
commit | 9c2a8065add0da1e649633efa0795beddfa68eed (patch) | |
tree | 50a92600612d135d266d989897356cf969a2ce60 /include/xmloff | |
parent | e80df0d58ba32e3041ff9c8cdea9c617ea7e633b (diff) |
tdf#90133 Comply attributes name with OASIS#3860
See https://issues.oasis-open.org/browse/OFFICE-3860
Change-Id: I707b2e86633bc66df03dba8c43879aa6d5153062
Reviewed-on: https://gerrit.libreoffice.org/16905
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index bf6ad207d953..1eea8c17fcb6 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3250,8 +3250,8 @@ namespace xmloff { namespace token { XML_EXTERNALDATA, XML_EXPONENT_INTERVAL, - XML_EXPONENT_SIGN, - XML_MIN_DECIMAL_DIGITS, + XML_FORCED_EXPONENT_SIGN, + XML_MIN_DECIMAL_PLACES, XML_TOKEN_END }; |