office-gobmx/test/user-template/user/registry/lingucomponent.xcd
Michael Meeks ef689ffaa6 pretty print the user template registry to make diffs meaningful
Disable macro security for unit testing macros ...
2011-10-04 13:51:42 +01:00

37 lines
1.7 KiB
XML

<?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>