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 @@
<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">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>script:*</value>
</prop>
</node>
......
......@@ -113,11 +113,11 @@ public class Register{
// return false;
// }
// updating ProtocolHandler
statusLabel.setText("Updating ProtocolHandler...");
/* statusLabel.setText("Updating ProtocolHandler...");
if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
return false;
}
} */
// 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