Kaydet (Commit) dc145f2f authored tarafından Eike Rathke's avatar Eike Rathke

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
üst 7fff0181
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment