Files
libreoffice-paperless-conne…/ProtocolHandler.xcu
2026-09-04 19:49:43 +02:00

14 lines
538 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.mmorath.paperless.AddonImpl" oor:op="replace">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>paperless.Command:*</value>
</prop>
</node>
</node>
</oor:component-data>