diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2016-07-17 11:06:41 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-27 11:04:04 +0000 |
commit | aab21302fa7ec76772456ad0cd8729a16e2a11e0 (patch) | |
tree | e13aa4a462b95728fbaf014b0aad74e46ae2c0b7 /include | |
parent | 7c84a219e3cc8d623826343f547ba8adacca6d56 (diff) |
tdf#100755 Extend ODF to allow 0 in fraction
As '0' is now allowed in numerator/denominator
this commit extend ODF to save/load this format
Change-Id: I3bc897dcce5393453acd7a434a21ae305feeb919
Reviewed-on: https://gerrit.libreoffice.org/27263
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 5b0902da167d..aa462c3e0434 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3269,6 +3269,8 @@ namespace xmloff { namespace token { XML_MIN_DECIMAL_PLACES, XML_MAX_DENOMINATOR_VALUE, XML_MAX_NUMERATOR_DIGITS, + XML_ZEROS_NUMERATOR_DIGITS, + XML_ZEROS_DENOMINATOR_DIGITS, XML_TOKEN_END }; |