Kaydet (Commit) 83d60203 authored tarafından Tomas O'Connor's avatar Tomas O'Connor

Add ProtocolHandler.xcu as part of UNO package, ensure correct type is set for

Protocols line
üst fd412f37
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<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"> <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="HandlerSet">
<node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace"> <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace">
<prop oor:name="Protocols"> <prop oor:name="Protocols" oor:type="oor:string-list">
<value>script:*</value> <value>script:*</value>
</prop> </prop>
</node> </node>
......
...@@ -113,11 +113,11 @@ public class Register{ ...@@ -113,11 +113,11 @@ public class Register{
// return false; // return false;
// } // }
// updating ProtocolHandler // updating ProtocolHandler
statusLabel.setText("Updating ProtocolHandler..."); /* statusLabel.setText("Updating ProtocolHandler...");
if(!FileUpdater.updateProtocolHandler(path, statusLabel)) { if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log"); statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
return false; return false;
} } */
// updating StarBasic libraries // updating StarBasic libraries
statusLabel.setText("Updating StarBasic libraries..."); statusLabel.setText("Updating StarBasic libraries...");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment