[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - officecfg/registry
Manfred Blume
manfred.blume at cib.de
Fri Nov 10 12:51:23 UTC 2017
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9222d07e49990673c6743c46b754b4ebbbe4e76b
Author: Manfred Blume <manfred.blume at cib.de>
Date: Thu Nov 9 14:51:00 2017 +0100
tdf#113736 Default value Pdf Export placeholders=false
Default value for 'Export placeholders' in dialog 'Export as PDF...'
should be false like in the print dialog
backport
Change-Id: I6029dc037f0f569cedbc44f4dbd74dc3f45d6e96
Reviewed-on: https://gerrit.libreoffice.org/44549
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 32c3cd7e9a28..60cd725aca03 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5138,7 +5138,7 @@
<info>
<desc>Specifies if placeholder fields are exported to PDF.</desc>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="OpenBookmarkLevels" oor:type="xs:int" oor:nillable="false">
<info>
More information about the Libreoffice-commits
mailing list