officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit de6f30bc459ba600193c0998b285afcfe0936c3e
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Fri Jul 1 11:35:49 2022 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Mon Jul 4 17:53:04 2022 +0200

    Resolves tdf#133023 - Autocorrect "Automatic *bold*..." off by default
    
    Change-Id: Iddf3770f69d326e0e04551a93e8dd0695b1e92c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136727
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 8dd15b7ca8c7..8f12cf4a1218 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1323,7 +1323,7 @@
           _underline_).</desc>
           <label>Apply bold, italics, strikeout or underline</label>
         </info>
-        <value>true</value>
+        <value>false</value>
       </prop>
       <prop oor:name="SetInetAttribute" oor:type="xs:boolean" 
oor:nillable="false">
         <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - URL
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index c3301435b7f1..520737ab7e24 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -4158,7 +4158,7 @@
               <desc>Specifies whether text is formatted in bold or underlined 
when the corresponding characters are entered (*bold*, /italic/, -strikeout-, 
_underline_).</desc>
               <label>Apply underline or bold</label>
             </info>
-            <value>true</value>
+            <value>false</value>
           </prop>
           <prop oor:name="SetInetAttribute" oor:type="xs:boolean" 
oor:nillable="false">
             <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - URL 
recognition -->

Reply via email to