Initial commit

This commit is contained in:
2026-09-11 12:47:00 +02:00
parent a25c7b46f5
commit d108f863e0
24 changed files with 2498 additions and 15 deletions

12
ProtocolHandler.xcu Normal file
View File

@@ -0,0 +1,12 @@
<?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>