diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-09-06 10:50:49 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2019-09-06 15:30:00 +0200 |
commit | 9219242d42b7b0e5b00d7a1997cc7fcf35894627 (patch) | |
tree | a8f025f024db035801d30a237331747e83bc6f42 /officecfg/registry/schema | |
parent | 77e39d55457385eb1585034e8e461ad9ba77e707 (diff) |
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@CIB.de>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
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> |