[Libreoffice-commits] online.git: loolkitconfig.xcu

Henry Castro hcastro at collabora.com
Sun Oct 1 14:42:23 UTC 2017


 loolkitconfig.xcu |   22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

New commits:
commit 6f81880e1b09117cf55c948ea39371b5f2de1048
Author: Henry Castro <hcastro at collabora.com>
Date:   Sun Oct 1 10:36:02 2017 -0400

    wsd:config: languages listed will be supported
    
    Change-Id: I11b9aae4e4992af4626d258cbc51b1fbdd290ea3

diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu
index 712311ac..f80dd2c8 100644
--- a/loolkitconfig.xcu
+++ b/loolkitconfig.xcu
@@ -6,5 +6,25 @@
 
 <!-- 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>
-
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="en-US" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="en-GB" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="fr" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="de" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="it" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="pt-BR" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
+<item oor:path="/org.openoffice.Office.Linguistic/ServiceManager/SpellCheckerList">
+  <prop oor:name="nl" oor:op="fuse" oor:type="oor:string-list"><value><it>org.openoffice.lingu.MySpellSpellChecker</it></value></prop>
+</item>
 </oor:items>


More information about the Libreoffice-commits mailing list