diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2022-07-01 11:35:49 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2022-07-04 17:53:04 +0200 |
commit | de6f30bc459ba600193c0998b285afcfe0936c3e (patch) | |
tree | 81b69f05be851b58de92970cf027626d28ff46f1 /officecfg/registry/schema | |
parent | 4002a399af823055b6ba59db18ded1caba4969c9 (diff) |
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.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 |
2 files changed, 2 insertions, 2 deletions
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 --> |