summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/ucb
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/ucb
parenta74c73fa01ccb89d4f406d7afca805e9ab9fdad8 (diff)
#104337# merged proofread info/desc items
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/ucb')
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs26
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs20
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Store.xcs8
3 files changed, 27 insertions, 27 deletions
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
index 279187248f28..cce203bc55f4 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Configuration.xcs,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kso $ $Date: 2002-07-31 10:01:29 $
+ * last change: $Author: tpf $ $Date: 2002-10-18 13:05:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,58 +62,58 @@
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="Configuration" oor:package="org.openoffice.ucb" 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">
<info>
- <desc xml:lang="en-US">Components and templates used for UCB configuration related data </desc>
+ <desc xml:lang="en-US">Contains components and templates used for UCB configuration related data. </desc>
</info>
<!--Responsible: KSO -->
<templates>
<group oor:name="ContentProviderData">
<prop oor:name="ServiceName" oor:type="xs:string">
<info>
- <desc xml:lang="en-US">Name of the UNO service to be used to instantiate the UCP</desc>
+ <desc xml:lang="en-US">Specifies the name of the UNO service to be used to instantiate the UCP.</desc>
</info>
</prop>
<prop oor:name="URLTemplate" oor:type="xs:string">
<info>
- <desc xml:lang="en-US">URL template</desc>
+ <desc xml:lang="en-US">Contains the URL template.</desc>
</info>
</prop>
<prop oor:name="Arguments" oor:type="xs:string">
<info>
- <desc xml:lang="en-US">Additional arguments for UCP creation</desc>
+ <desc xml:lang="en-US">Contains additional arguments for UCP creation.</desc>
</info>
</prop>
<info>
- <desc xml:lang="en-US">Data describing the configuartion parameters of a Content Provider</desc>
+ <desc xml:lang="en-US">Contains data describing the configuartion parameters of a Content Provider.</desc>
</info>
</group>
<group oor:name="ContentProvidersDataSecondaryKeys">
<info>
- <desc xml:lang="en-US">Secondary keys for Content Provider configuration data</desc>
+ <desc xml:lang="en-US">Specifies secondary keys for Content Provider configuration data.</desc>
</info>
<set oor:name="ProviderData" oor:node-type="ContentProviderData">
<info>
- <desc xml:lang="en-US">A set of Content Provider configuration data for the UCB</desc>
+ <desc xml:lang="en-US">Specifies a set of Content Provider configuration data for the UCB.</desc>
</info>
</set>
</group>
<group oor:name="ContentProvidersDataPrimaryKeys">
<info>
- <desc xml:lang="en-US">Primary keys for Content Provider configuration data</desc>
+ <desc xml:lang="en-US">Specifies primary keys for Content Provider configuration data.</desc>
</info>
<set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys">
<info>
- <desc xml:lang="en-US">A set of secondary keys for Content Provider configuration for the UCB</desc>
+ <desc xml:lang="en-US">Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc>
</info>
</set>
</group>
</templates>
<component>
<info>
- <desc xml:lang="en-US">Root entries for UCB configuration related data</desc>
+ <desc xml:lang="en-US">Contains root entries for UCB configuration related data.</desc>
</info>
<set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys">
<info>
- <desc xml:lang="en-US">Root entry for Content Provider configurations</desc>
+ <desc xml:lang="en-US">Contains a root entry for Content Provider configurations.</desc>
</info>
</set>
</component>
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
index 1e2591e045ea..db0f80b1160d 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Hierarchy.xcs,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kso $ $Date: 2002-07-31 10:13:08 $
+ * last change: $Author: tpf $ $Date: 2002-10-18 13:05:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,43 +62,43 @@
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="Hierarchy" oor:package="org.openoffice.ucb" 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">
<info>
- <desc xml:lang="en-US">Components and templates used by UCB's Hierarchy Content Provider (HCP) </desc>
+ <desc xml:lang="en-US">Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc>
</info>
<!--Responsible: KSO -->
<templates>
<group oor:name="Entry">
<prop oor:name="Title" oor:type="xs:string">
<info>
- <desc xml:lang="en-US">The title of an entry of the hierarchy</desc>
+ <desc xml:lang="en-US">Specifies the title of an entry of the hierarchy.</desc>
</info>
</prop>
<prop oor:name="TargetURL" oor:type="xs:string">
<info>
- <desc xml:lang="en-US">The target URL of the entry of the hierarchy</desc>
+ <desc xml:lang="en-US">Specifies the target URL of the entry of the hierarchy.</desc>
</info>
</prop>
<prop oor:name="Type" oor:type="xs:int">
<info>
- <desc xml:lang="en-US">The type of the hierarchy entry. Currently supported: Link (0) and Folder (1)</desc>
+ <desc xml:lang="en-US">Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc>
</info>
</prop>
<info>
- <desc xml:lang="en-US">An entry of the hierarchy. There are two types of entries: folders and links. Folders are container for other hierarchy elements. Links are pointers to any other resource. </desc>
+ <desc xml:lang="en-US">Specifies an entry of the hierarchy. There are two types of entries: folders and links. Folders are containers for other hierarchy elements. Links are pointers to any other resource. </desc>
</info>
<set oor:name="Children" oor:node-type="Entry">
<info>
- <desc xml:lang="en-US">The children (other hierarchy entries) of the item</desc>
+ <desc xml:lang="en-US">Specifies the children (other hierarchy entries) of the item.</desc>
</info>
</set>
</group>
</templates>
<component>
<info>
- <desc xml:lang="en-US">Root entries for HCP data</desc>
+ <desc xml:lang="en-US">Specifies root entries for HCP data.</desc>
</info>
<set oor:name="Root" oor:node-type="Entry">
<info>
- <desc xml:lang="en-US">A set of top-level entries of the hierarchy</desc>
+ <desc xml:lang="en-US">Contains a set of top-level entries of the hierarchy.</desc>
</info>
</set>
</component>
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
index b5439e8b6b9f..501ab8369ad7 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Store.xcs,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kso $ $Date: 2002-07-31 10:01:31 $
+ * last change: $Author: tpf $ $Date: 2002-10-18 13:05:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="Store" oor:package="org.openoffice.ucb" 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">
<info>
- <desc xml:lang="en-US">Components and templates used for storing UCB related data </desc>
+ <desc xml:lang="en-US">Contains components and templates used for storing UCB related data.</desc>
</info>
<!--Responsible: KSO -->
<templates>
@@ -104,7 +104,7 @@
</templates>
<component>
<info>
- <desc xml:lang="en-US">Root entries for UCB related data</desc>
+ <desc xml:lang="en-US">Root entries for data related to UCB</desc>
</info>
<set oor:name="ContentProperties" oor:node-type="Properties">
<info>