Initial commit

This commit is contained in:
2026-09-04 19:49:43 +02:00
parent 7ce9248e95
commit 30faf00ba2
47 changed files with 3946 additions and 0 deletions

13
ProtocolHandler.xcu Normal file
View 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>