summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltoken.hxx
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2015-03-22 22:01:53 +0100
committerEike Rathke <erack@redhat.com>2015-04-27 23:24:30 +0000
commit38992b419a4655eba9b85d337edbb208fd2fff95 (patch)
tree5cbab5180769e0fc3ed069d32238cb7bb18a91fd /include/xmloff/xmltoken.hxx
parentadd comment it's ok here (diff)
downloadcore-38992b419a4655eba9b85d337edbb208fd2fff95.tar.gz
core-38992b419a4655eba9b85d337edbb208fd2fff95.zip
tdf#90133 Extend ODF: exponent sign of scientific format
Scientific Format without sign in exponent, such as 0.00E0, are managed by LibO, and can be saved in XLS format This commit allows to save in ODF Change-Id: Ia0c4589e2af942543ea296f970d163bc1d1d6f05 Reviewed-on: https://gerrit.libreoffice.org/14955 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 a4f026d0e12e..af2fcdbcaa18 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3250,6 +3250,7 @@ namespace xmloff { namespace token {
XML_EXTERNALDATA,
XML_EXPONENT_INTERVAL,
+ XML_EXPONENT_SIGN,
XML_TOKEN_END
};