diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-05-18 18:48:38 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-05-23 10:12:25 +0200 |
commit | 281fba83860c9635ac7b9b00286b68270abf3c27 (patch) | |
tree | 1cfc20c2f434e091fb5aa040354edcb8689bf3a5 /officecfg | |
parent | 20bf87c6a3a076fe78f938b7a3086146336976e7 (diff) |
tdf#35798: Hide empty Database fields' paragraphs (+ compat option)
With this change, Database fields that expand to empty values behave
as if they are "Hidden Paragraph" fields.
A compatibility option to enable this behaviour is added. The option is
enabled by default, and for any non-native documents (for compatibility
with other office suites). For existing (F)ODT documents, the option is
disabled for those documents that don't have this setting set, to keep
the layout of legacy documents.
Change-Id: Ic5e8cb15a3a7d1a765a984eef4b0d97666df7dfd
Reviewed-on: https://gerrit.libreoffice.org/54552
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/54661
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 365f282d85b7..42c68e5ee481 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -110,6 +110,12 @@ </info> <value>false</value> </prop> + <prop oor:name="EmptyDbFieldHidesPara" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>A database field (e.g., MailMerge) with empty value hides its paragraph</desc> + </info> + <value>true</value> + </prop> </group> </templates> <component> |