summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-06 12:50:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-06 12:50:28 +0000
commit16fdaa05ea4ea65c297979eed9d48ee4546397d7 (patch)
treec93a8ef45a908e8bcf1d669e6c68a50c5844f990 /officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
parentdbc2323ad554f8191a55f0d9a014f771aefa6aa4 (diff)
INTEGRATION: CWS docking1 (1.3.2); FILE MERGED
2004/05/12 16:01:18 cd 1.3.2.1: #i24937# Added two additional properties for every command to have help ID support and mirrored/rotated images
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs28
1 files changed, 10 insertions, 18 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
index e1afdd6adf9b..fdba70907894 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: DbuCommands.xcs,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-07-05 13:43:45 $
+ * last change: $Author: obo $ $Date: 2004-07-06 13:50:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,33 +60,25 @@
*
************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd">
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="DbuCommands" oor:package="org.openoffice.Office.UI" xml:lang="en-US"> <info>
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="DbuCommands" oor:package="org.openoffice.Office.UI" xml:lang="en-US">
+ <info>
<author>CD</author>
- <desc >Contains general information about ~ and rules, and about actions based on office commands.</desc>
+ <desc xml:lang="en-US">Contains general information and about actions based on office commands.</desc>
</info>
- <templates>
- <group oor:name="LabelType">
- <info>
- <desc>Provides a mapping between commands and their textual representation on the user interface.</desc>
- </info>
- <prop oor:name="Label" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc>
- </info>
- </prop>
- </group>
- </templates>
+ <import oor:component="org.openoffice.Office.UI.Commands"/>
+ <uses oor:component="org.openoffice.Office.UI.Commands"/>
+ <templates/>
<component>
<group oor:name="UserInterface">
<info>
<desc>Contains user interface data for Office commands and identifiers that are used by the user interface."</desc>
</info>
- <set oor:name="Commands" oor:node-type="LabelType">
+ <set oor:name="Commands" oor:node-type="LabelType" oor:component="org.openoffice.Office.UI.Commands">
<info>
<desc>Contains label text for Office commands and identifiers that are used by the user interface."</desc>
</info>
</set>
- <set oor:name="Popups" oor:node-type="LabelType">
+ <set oor:name="Popups" oor:node-type="LabelType" oor:component="org.openoffice.Office.UI.Commands">
<info>
<desc>Contains label text for popup menus identifiers that are used by the user interface."</desc>
</info>