Files
loongoffice/scripting/workben/installer/ProtocolHandler.xcu
2003-03-05 11:07:35 +00:00

11 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<oor:node 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="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>script:*</value>
</prop>
</node>
</node>
</oor:node>