summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltoken.hxx
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2015-04-03 11:59:37 +0200
committerEike Rathke <erack@redhat.com>2015-04-28 00:19:02 +0000
commit4fee05e680217e876210b341f904df9441a0b7cd (patch)
tree882df2fd9831a386d1a44ce3a90d7c0d512ead28 /include/xmloff/xmltoken.hxx
parenttdf#90133 Extend ODF: exponent sign of scientific format (diff)
downloadcore-4fee05e680217e876210b341f904df9441a0b7cd.tar.gz
core-4fee05e680217e876210b341f904df9441a0b7cd.zip
tdf#90133 Extend ODF: variable decimal in scientific format
Variable decimal is only saved in ODF for number, and do not consider partial variable decimal: 0.0## is saved as 0.000 This patch extend ODF with loext:min-decimal-digit for number format and scientific format Change-Id: I5022458da47bbd33c3e195c280e75c43faca5f8d Reviewed-on: https://gerrit.libreoffice.org/15135 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-rw-r--r--include/xmloff/xmltoken.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index af2fcdbcaa18..5b0167116dbc 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3251,6 +3251,7 @@ namespace xmloff { namespace token {
XML_EXPONENT_INTERVAL,
XML_EXPONENT_SIGN,
+ XML_MIN_DECIMAL_DIGITS,
XML_TOKEN_END
};