[Libreoffice-commits] core.git: officecfg/registry
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 6 13:31:04 UTC 2019
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9219242d42b7b0e5b00d7a1997cc7fcf35894627
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Sep 6 10:50:49 2019 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Fri Sep 6 15:30:00 2019 +0200
Disable inserting HTML comments as notes by default
Usually HTML comments have no value, so I guess it's better to not import them by default
Change-Id: Ie518e754797d3cf4874eb7d272663f21e68bc44d
Reviewed-on: https://gerrit.libreoffice.org/78694
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index b265132cbcac..e76bbeef495b 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -5880,7 +5880,7 @@
<desc>Specifies whether HTML comments should be ignored or imported as postits / annotations.</desc>
<label>Ignore HTML comments</label>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
</group>
</group>
More information about the Libreoffice-commits
mailing list