summaryrefslogtreecommitdiffstats
path: root/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2002-08-07 05:00:04 +0000
committerAndreas Schlüns <as@openoffice.org>2002-08-07 05:00:04 +0000
commit2f9e9552202bbc8314c44107fdddd2f34cdfe507 (patch)
tree0b29604fbe75c97976c64bd13f044d65de960b76 /officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
parentMerge SRX643: 06.08.02 - 22:07:58 (diff)
downloadcore-2f9e9552202bbc8314c44107fdddd2f34cdfe507.tar.gz
core-2f9e9552202bbc8314c44107fdddd2f34cdfe507.zip
#101240# update responsibility and info
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs21
1 files changed, 17 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
index e2c8d0b66c84..1a40e206b737 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: ProtocolHandler.xcs,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2002-07-18 09:47:18 $
+ * last change: $Author: as $ $Date: 2002-08-07 06:00:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,14 @@
************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
+ <!-- Responsible: AS-->
+ <info>
+ <desc xml:lang="en-US">Contains special uno services, which supports special URL protocols and will be used in a generic way.</desc>
+ </info>
<templates>
- <!-- Responsible: AS-->
+ <info>
+ <desc xml:lang="en-US">Neccessary templates.</desc>
+ </info>
<group oor:name="Handler">
<info>
<desc xml:lang="en-US">It's an UNO service, which can be used for URL dispatches. (e.g. to handle special URL protocols)</desc>
@@ -75,6 +81,13 @@
</group>
</templates>
<component>
- <set oor:name="HandlerSet" oor:node-type="Handler"/>
+ <info>
+ <desc xml:lang="en-US">Used instances.</desc>
+ </info>
+ <set oor:name="HandlerSet" oor:node-type="Handler">
+ <info>
+ <desc xml:lang="en-US">list of all registered protocol handler services</desc>
+ </info>
+ </set>
</component>
</oor:component-schema>