This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellioOOo/addon/ProtocolHandler.xcu

21 lines
716 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data
oor:name="ProtocolHandler"
oor:package="org.openoffice.Office"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="HandlerSet">
<node oor:name="org.entrouvert.openoffice.ListesDropdowns" oor:op="replace">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>TabellioListes:*</value>
</prop>
</node>
<node oor:name="org.entrouvert.openoffice.Inserts" oor:op="replace">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>TabellioInserts:*</value>
</prop>
</node>
</node>
</oor:component-data>