summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
diff options
context:
space:
mode:
authortpf <tpf@openoffice.org>2002-10-18 12:07:15 +0000
committertpf <tpf@openoffice.org>2002-10-18 12:07:15 +0000
commit2095f8ce06235ed2e2ab5b454b7d08a26dc7dc53 (patch)
treeef9cf439437195f22e826ae90155e73e721f4b16 /officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
parenta74c73fa01ccb89d4f406d7afca805e9ab9fdad8 (diff)
#104337# merged proofread info/desc items
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs14
1 files changed, 7 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
index 1a40e206b737..454ee880b8d8 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: as $ $Date: 2002-08-07 06:00:04 $
+ * last change: $Author: tpf $ $Date: 2002-10-18 13:07:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,19 +63,19 @@
<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>
+ <desc xml:lang="en-US">Contains UNO services that support special URL protocols. These services are used generically.</desc>
</info>
<templates>
<info>
- <desc xml:lang="en-US">Neccessary templates.</desc>
+ <desc xml:lang="en-US">Specifies the 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>
+ <desc xml:lang="en-US">A UNO service used for URL dispatches that handle special URL protocols.</desc>
</info>
<prop oor:name="Protocols" oor:type="oor:string-list">
<info>
- <desc xml:lang="en-US">A list of URL pattern able to be recognized by this service.</desc>
+ <desc xml:lang="en-US">Lists the URL pattern that can recognized by this service.</desc>
</info>
</prop>
</group>
@@ -86,7 +86,7 @@
</info>
<set oor:name="HandlerSet" oor:node-type="Handler">
<info>
- <desc xml:lang="en-US">list of all registered protocol handler services</desc>
+ <desc xml:lang="en-US">Lists the registered protocol handler services.</desc>
</info>
</set>
</component>