From 256107622c252afdce35d1c77fe70eb4e4bc57ce Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 27 May 2019 10:46:40 +0200 Subject: sw HTML import: add an option to ignore comments by default No function change, default behavior is still mapping them to postits. Change-Id: I55041452909e9f0b83d6c5d113af3067b3c0afdb Reviewed-on: https://gerrit.libreoffice.org/73021 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 7eeb05e0dee3..4fb689d2eb7a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5871,6 +5871,18 @@ true + + + Contains settings for importing HTML. + + + + Specifies whether HTML comments should be ignored or imported as postits / annotations. + + + false + + -- cgit