[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-2' - officecfg/registry

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 17 11:46:10 UTC 2019


 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a906b16de02d1d0bb5503cb90a9c99d168e9211e
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: 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 <Thorsten.Behrens at CIB.de>
    Tested-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 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>


More information about the Libreoffice-commits mailing list