diff options
author | Justin Luth <jluth@mail.com> | 2022-07-18 20:49:50 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2022-07-19 19:31:29 +0200 |
commit | d4ea357e3cf1328597716c701adc255ec8f70a2c (patch) | |
tree | ce3cec8811f2dc272cb867ecb49be8125c154b53 /officecfg | |
parent | bfe3479e99b5f94e5afefb3af88726786857fcb5 (diff) |
tdf#135794 sw: add no-headers to AllowCommentsInFootnotes
DOCX also doesn't allow comments in headers / footers
so add that situation to the existing option that
was attempting to improve DOCX compatibility.
By default, comments are still allowed in headers.
Change-Id: I5f9ee59cc0292e41e57ba46fa7cf41ac691acabe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137210
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index aef3819d9237..db5c7b474ff8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -173,7 +173,7 @@ <info> <!-- See tdf#86188 for rationale --> <desc>Specifies whether adding comments to footnotes etc. is allowed. These are allowed for ODF but not in OOXML and can result in invalid docx files being saved.</desc> - <label>Allow adding comments to footnotes and frames. Disable for better OOXML interoperability.</label> + <label>Allow adding comments to footnotes, headers and frames. Disable for better OOXML interoperability.</label> </info> <value>true</value> </prop> |