diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-04-28 18:04:14 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-05-18 18:19:03 +0200 |
commit | a541cd91951eca15e40764244b34c72b347f9f26 (patch) | |
tree | 4bc8d4dae54b42a65bd65239dc5283bcb667b23b /officecfg/registry | |
parent | 101594c272a53727566b3533fd083178769a4b49 (diff) |
officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versions
... to configuration and UI.
The new default is ODF 1.3 Extended, which is now ODFVER_LATEST and
stored as value "3" in configuration.
Adapt a few places related to DocumentDigitalSignatures etc. to new
default.
Change-Id: I420da4f7787cc864c6bd88470d61b146b9399aa1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93177
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 3f16090e118c..bbd4b89c176c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2499,6 +2499,16 @@ <desc>ODFVER_012_EXT_COMPAT</desc> </info> </enumeration> + <enumeration oor:value="9"> + <info> + <desc>ODFVER_012_EXTENDED</desc> + </info> + </enumeration> + <enumeration oor:value="10"> + <info> + <desc>ODFVER_013</desc> + </info> + </enumeration> <enumeration oor:value="3"> <info> <desc>ODFVER_LATEST</desc> |