diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-09-02 16:54:18 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-09-24 14:49:55 +0200 |
commit | a36e806c21108af3a6985625c983265ba8404930 (patch) | |
tree | e8aafd9ad23b6661a090a184bb020410427a25f6 /include | |
parent | cdfa19a797da82aa238ba21cef92682d9a069a0c (diff) |
ODF 1.4: Add ODFVER_014 and ODFSVER_014
Change-Id: I0aa1b6a1f9eec3932b76f5ad0649c462884ffa68
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172767
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/saveopt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 9cd6367615bd..222b4b78fe9f 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -44,6 +44,7 @@ namespace SvtSaveOptions ODFVER_012_EXT_COMPAT = 8, // ODF 1.2 extended, but with compatibility fallbacks ODFVER_012_EXTENDED = 9, // ODF 1.2 extended ODFVER_013 = 10, // ODF 1.3 + ODFVER_014 = 11, // ODF 1.4 ODFVER_LATEST = SAL_MAX_ENUM, // ODF latest version with enhancements }; @@ -59,6 +60,7 @@ namespace SvtSaveOptions ODFSVER_012_EXTENDED = 11, ///< ODF 1.2 extended ODFSVER_013 = 12, ///< ODF 1.3 ODFSVER_013_EXTENDED = 13, ///< ODF 1.3 extended + ODFSVER_014 = 14, ///< ODF 1.4 ODFSVER_FUTURE_EXTENDED = 1000 | ODFSVER_EXTENDED, ///< current extension, unknown future ODF version // The latest defined standard. Adapt when a new one is published. |