include/unotools/saveopt.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit dc145f2f3e3a5c442ca538f2bf03f84f900c5eb5 Author: Eike Rathke <er...@redhat.com> Date: Fri Mar 20 17:04:29 2015 +0000
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 diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 8247e4b..207ad42 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 }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits