diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-06 09:55:12 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-13 09:25:32 +0000 |
commit | 544d6d781b3c8aa108ced362d708693b5127f3d7 (patch) | |
tree | be0c226182063f0cdd41d549354485b2a4bca1a1 /officecfg | |
parent | 43e9582e01b63fb55a0e8cdea7b7f3bb209886ee (diff) |
tdf#39667 Enable tagged PDF by default
And adjust some tests accordingly
Change-Id: If81803ba48485273939f419ad589dc6dd2e9c531
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148303
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg')
-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 0332feaeef07..d59cb26b01e7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5063,7 +5063,7 @@ <desc>Determines if PDF are created by using special tags also known as Tagged PDF.</desc> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="ExportNotes" oor:type="xs:boolean" oor:nillable="false"> <info> |