summaryrefslogtreecommitdiff
path: root/scripting/workben/installer/ProtocolHandler.xcu
blob: c4dafd6e678fa28a3281fb4ec7385a99660a244c (plain)
1
2
3
4
5
6
7
8
9
10
<?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>