diff options
author | Justin Luth <jluth@mail.com> | 2022-07-12 16:46:01 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2022-07-19 02:27:12 +0200 |
commit | e88c41b552ab958579baf3e4bccf941b588a537c (patch) | |
tree | 90064da2d02fa7b4e4d54a61db8633adbb406286 /officecfg/registry/schema | |
parent | 47c428537154cd94b1d9a7547bde21ce711abd0d (diff) |
tdf#135794 sw: add no-frames to AllowCommentsInFootnotes
DOCX also doesn't allow comments in textboxs / frames,
so add that situation to the existing option that
was attempting to improve DOCX compatibility.
By default, comments are allowed in frames.
Although the option name is worded fairly specifically,
I don't see any reason for adding a second option.
I also didn't want to change the name to be more generic
since this has been in existance since 6.4.
Change-Id: I3cc8631b4379a0523f2556ff99aed9127016485c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137010
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 266183469f55..aef3819d9237 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -172,8 +172,8 @@ <prop oor:name="AllowCommentsInFootnotes" oor:type="xs:boolean" oor:nillable="false"> <info> <!-- See tdf#86188 for rationale --> - <desc>Specifies whether adding comments to footnotes is allowed. This is allowed for ODF but not in OOXML and can result in invalid docx files being saved.</desc> - <label>Allow adding comments to footnotes. Disable for better OOXML interoperability.</label> + <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> </info> <value>true</value> </prop> |