blob: a6498870d6abda43a38d9c8144e64247f9a96de1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0"?>
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oor="http://openoffice.org/2001/registry">
<dependency file="main"/>
<oor:component-data xmlns:install="http://openoffice.org/2004/installation" oor:name="Linguistic" oor:package="org.openoffice.Office">
<node oor:name="ServiceManager">
<node oor:name="Hyphenators">
<node oor:name="org.openoffice.lingu.LibHnjHyphenator" oor:op="fuse">
<prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
<value>DICT_HYPH</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
<oor:component-data xmlns:install="http://openoffice.org/2004/installation" oor:name="Linguistic" oor:package="org.openoffice.Office">
<node oor:name="ServiceManager">
<node oor:name="SpellCheckers">
<node oor:name="org.openoffice.lingu.MySpellSpellChecker" oor:op="fuse">
<prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
<value>DICT_SPELL</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
<oor:component-data xmlns:install="http://openoffice.org/2004/installation" oor:name="Linguistic" oor:package="org.openoffice.Office">
<node oor:name="ServiceManager">
<node oor:name="Thesauri">
<node oor:name="org.openoffice.lingu.new.Thesaurus" oor:op="fuse">
<prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
<value>DICT_THES</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
</oor:data>
|