xref: /trunk/main/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1<?xml version='1.0' encoding='UTF-8'?>
2
3<oor:component-data oor:name="Linguistic" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4    <node oor:name="ServiceManager">
5        <node oor:name="SpellCheckers">
6            <node oor:name="org.openoffice.lingu.MySpellSpellChecker" oor:op="fuse">
7                <prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
8                    <value>DICT_SPELL</value>
9                </prop>
10            </node>
11        </node>
12    </node>
13</oor:component-data>
14
15