summaryrefslogtreecommitdiffstats
path: root/loolkitconfig.xcu
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2019-05-24 16:28:29 +0200
committerAndras Timar <andras.timar@collabora.com>2019-09-23 12:38:39 +0200
commitdc852924b46c8d0c8c98cd446aef2611ff959c95 (patch)
tree630487bee6d63353864611e78fdd1986b63eb7fb /loolkitconfig.xcu
parentGuard against uncaught "null is not an object" exception (diff)
downloadonline-dc852924b46c8d0c8c98cd446aef2611ff959c95.tar.gz
online-dc852924b46c8d0c8c98cd446aef2611ff959c95.zip
Disable two capitals at start autocorrect
Change-Id: I2f3183a3e4ea0d56606212b5b53e02bb30b7c02f
Diffstat (limited to 'loolkitconfig.xcu')
-rw-r--r--loolkitconfig.xcu3
1 files changed, 3 insertions, 0 deletions
diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu
index 66a98bb1e7..bbc78a956b 100644
--- a/loolkitconfig.xcu
+++ b/loolkitconfig.xcu
@@ -7,6 +7,9 @@
<!-- Dialogs have limited real estate, limit drop-down height -->
<item oor:path="/org.openoffice.Office.Common/Accessibility"><prop oor:name="ListBoxMaximumLineCount" oor:op="fuse"><value>11</value></prop></item>
+<!-- Disable two capitals at start autocorrect -->
+<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop oor:name="TwoCapitalsAtStart" oor:op="fuse"><value>false</value></prop></item>
+
<!-- The Help root URL, or empty for no help (hides the help buttons) -->
<item oor:path="/org.openoffice.Office.Common/Help"><prop oor:name="HelpRootURL" oor:op="fuse"><value>https://help.libreoffice.org/help.html?</value></prop></item>