[Libreoffice-commits] core.git: Branch 'feature/cib_contract57c' - officecfg/registry
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Mar 18 22:56:24 UTC 2019
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit ce184ac49031d4f696241d3fb60d582c0ce99beb
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Mon Mar 18 09:46:52 2019 +0100
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Mon Mar 18 23:55:15 2019 +0100
Add missing constraints for pdf versions
Change-Id: I21008bf17641977b61b1735bb27bc54f24beda4a
Reviewed-on: https://gerrit.libreoffice.org/69382
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
(cherry picked from commit 6cbaee3d0522fa78383e3952c926d7f9310b123f)
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 6b5729412f6e..e34a8c4f963d 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5206,11 +5206,21 @@
<desc>PDF 1.5 (default selection).</desc>
</info>
</enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc>PDF 1.6</desc>
+ </info>
+ </enumeration>
<enumeration oor:value="1">
<info>
<desc>PDF/A-1 (ISO 19005-1:2005)</desc>
</info>
</enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>PDF/A-2 (ISO 19005-2:2011)</desc>
+ </info>
+ </enumeration>
</constraints>
<value>0</value>
</prop>
More information about the Libreoffice-commits
mailing list