summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2002-11-18 12:33:26 +0000
committerAndreas Schlüns <as@openoffice.org>2002-11-18 12:33:26 +0000
commitb11837d3da849969576c50a6259dfdf621c713fb (patch)
tree5550034879ca3d8c39f2df7a2be3922ab931d4ca /officecfg
parenteca94c08e1fa7ba4a0c059f6b0c2649585d7f3d1 (diff)
#103056# new handler for vnd.sun.star.job:
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu14
1 files changed, 7 insertions, 7 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu b/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
index 4ee5eb3971b8..59ea8aeae4f1 100644
--- a/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: ProtocolHandler.xcu,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jb $ $Date: 2002-11-08 16:50:22 $
+ * last change: $Author: as $ $Date: 2002-11-18 13:33:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,17 +72,17 @@
<value>mailto:*</value>
</prop>
</node>
- <node oor:name="com.sun.star.comp.framework.ServiceHandler" oor:op="replace">
+ <node oor:name="com.sun.star.comp.sfx2.AppDispatchProvider" oor:op="replace">
<prop oor:name="Protocols">
- <value>service:*</value>
+ <value>.uno* slot:*</value>
</prop>
</node>
- <node oor:name="com.sun.star.comp.sfx2.AppDispatchProvider" oor:op="replace">
+ <node oor:name="com.sun.star.comp.framework.ServiceHandler" oor:op="replace">
<prop oor:name="Protocols">
- <value>.uno* slot:*</value>
+ <value>service:*</value>
</prop>
</node>
- <node oor:name="com.sun.star.comp.framework.JobHandler" oor:op="replace">
+ <node oor:name="com.sun.star.comp.framework.jobs.JobDispatch" oor:op="replace">
<prop oor:name="Protocols">
<value>vnd.sun.star.job:*</value>
</prop>