[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loolkitconfig.xcu

Michael Meeks michael.meeks at collabora.com
Thu Sep 14 10:12:07 UTC 2017


 loolkitconfig.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 85d1ac2319038f2d8d5d7eec3d27dde70bac8cae
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu Sep 14 10:31:12 2017 +0100

    Enable spell-checking by default with this setting.
    
    Mainly serves to document how you can turn it off if you so desire.
    
    Change-Id: I6643fd6a8d9b82fa61c507f1b50d80919c119d42
    Reviewed-on: https://gerrit.libreoffice.org/42272
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu
index d5dfd3af..712311ac 100644
--- a/loolkitconfig.xcu
+++ b/loolkitconfig.xcu
@@ -4,4 +4,7 @@
 <!-- tdf#106488 - reverse hostname lookup can go badly wrong -->
 <item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseLocking" oor:op="fuse"><value>false</value></prop></item>
 
+<!-- Enable spell-checking by default -->
+<item oor:path="/org.openoffice.Office.Linguistic/SpellChecking"><prop oor:name="IsSpellAuto" oor:op="fuse"><value>true</value></prop></item>
+
 </oor:items>


More information about the Libreoffice-commits mailing list