Files
libreoffice-synopse-builder/ProtocolHandler.xcu
2026-09-11 12:47:00 +02:00

13 lines
507 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
oor:name="ProtocolHandler" oor:package="org.openoffice.Office">
<node oor:name="HandlerSet">
<node oor:name="de.example.synopse.ProtocolHandler" oor:op="replace">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>de.example.synopse:*</value>
</prop>
</node>
</node>
</oor:component-data>