Initial commit
This commit is contained in:
13
ProtocolHandler.xcu
Normal file
13
ProtocolHandler.xcu
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user