summaryrefslogtreecommitdiff
path: root/scripting/workben/installer
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-03-05 11:07:35 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-03-05 11:07:35 +0000
commit83d6020311c323a117224950cd0faa38cda0912b (patch)
treec4272469dac7b15a962bb9cf5ed47b90ca1cfc5f /scripting/workben/installer
parentfd412f37548c843dd4d812629269970c00cf2f42 (diff)
Add ProtocolHandler.xcu as part of UNO package, ensure correct type is set for
Protocols line
Diffstat (limited to 'scripting/workben/installer')
-rw-r--r--scripting/workben/installer/ProtocolHandler.xcu2
-rw-r--r--scripting/workben/installer/Register.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripting/workben/installer/ProtocolHandler.xcu b/scripting/workben/installer/ProtocolHandler.xcu
index 21fd2379f569..c4dafd6e678f 100644
--- a/scripting/workben/installer/ProtocolHandler.xcu
+++ b/scripting/workben/installer/ProtocolHandler.xcu
@@ -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>
diff --git a/scripting/workben/installer/Register.java b/scripting/workben/installer/Register.java
index 2ec4b6e571a2..507407b424d0 100644
--- a/scripting/workben/installer/Register.java
+++ b/scripting/workben/installer/Register.java
@@ -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...");