From e88c41b552ab958579baf3e4bccf941b588a537c Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Tue, 12 Jul 2022 16:46:01 -0400 Subject: 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 --- officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'officecfg/registry/schema') 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 @@ - 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. - + 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. + true -- cgit