diff options
Diffstat (limited to 'include/unotools/saveopt.hxx')
-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 029ab6f0b1cb..2f0460e21fbc 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -79,6 +79,7 @@ public: ODFSVER_012_EXTENDED = 11, ///< ODF 1.2 extended ODFSVER_013 = 12, ///< ODF 1.3 ODFSVER_013_EXTENDED = 13, ///< ODF 1.3 extended + ODFSVER_FUTURE_EXTENDED = 1000 | ODFSVER_EXTENDED, ///< current extension, unknown future ODF version // The latest defined standard. Adapt when a new one is published. ODFSVER_LATEST = ODFSVER_012, ///< @internal DO NOT USE in comparisons |