officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a906b16de02d1d0bb5503cb90a9c99d168e9211e Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Fri Sep 6 10:50:49 2019 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Tue Sep 17 13:45:28 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/78703 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index bc1d0c0b076d..40a48cd28e21 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5873,7 +5873,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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
