diff options
author | Eike Rathke <erack@redhat.com> | 2015-03-20 17:04:29 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-03-20 17:19:26 +0000 |
commit | dc145f2f3e3a5c442ca538f2bf03f84f900c5eb5 (patch) | |
tree | 2aadbd42e142a8380bec7b6c940ddb0c98845c9b | |
parent | 7fff01817f61a2eb53a5da7248163630a7fb1555 (diff) |
add SvtSaveOptions::ODFDefaultVersion::ODFVER_013 for ODF 1.3
Not in UI yet, but code can be prepared to distinguis between ODF 1.2
with extension and ODF 1.3
Change-Id: I898af587048fcfa21f567feecc754c279fe4c388
-rw-r--r-- | include/unotools/saveopt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 8247e4b277f8..207ad42e7c63 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -60,6 +60,7 @@ public: DO_NOT_USE = 3, // Do not use this, only here for compatibility with pre OOo 3.2 configuration ODFVER_012 = 4, // ODF 1.2 ODFVER_012_EXT_COMPAT = 8, // ODF 1.2 extended, but with compatibility fallbacks + ODFVER_013 = 9, // ODF 1.3 ODFVER_LATEST = SAL_MAX_ENUM, // ODF latest version with enhancements }; |