1<?xml version="1.0" encoding="UTF-8"?> 2<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"> 3 <node oor:name="HandlerSet"> 4 <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace"> 5 <prop oor:name="Protocols" oor:type="oor:string-list"> 6 <value>script:*</value> 7 </prop> 8 </node> 9 </node> 10</oor:node>
| 22<?xml version="1.0" encoding="UTF-8"?> 23<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"> 24 <node oor:name="HandlerSet"> 25 <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace"> 26 <prop oor:name="Protocols" oor:type="oor:string-list"> 27 <value>script:*</value> 28 </prop> 29 </node> 30 </node> 31</oor:node>
|