diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-07 10:44:45 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-08 10:38:24 +0000 |
commit | e624e07cc54c408bb86bd2e52cfed3c7ec59fb4a (patch) | |
tree | b64c50973750ec5aceb3f217a577fb149b70cb41 /officecfg/registry | |
parent | 7a907965cc6246ab644be92811e35d9f73a90e86 (diff) |
vcl: PDF export: default to PDF 1.7
Released by Adobe in 2006, and standardized as ISO 32000-1:2008.
Change-Id: I22c89019905c90e10fefb752c210ec7ea81b725b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148388
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 9ae5b9117f45..0332feaeef07 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5446,7 +5446,7 @@ <constraints> <enumeration oor:value="0"> <info> - <desc>PDF 1.6 (default selection).</desc> + <desc>PDF 1.7 (default selection).</desc> </info> </enumeration> <enumeration oor:value="15"> |