summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Events.xcs
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:26:11 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:26:11 +0000
commit28f7e243ba03966149264080b74c7373c0a778c0 (patch)
tree2b9e4cb832a92c98d77e38b0bd01e2839bb7a8c7 /officecfg/registry/schema/org/openoffice/Office/Events.xcs
parent33a7f8b885f0206fa8185cc11a867829d7e6b6f6 (diff)
INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED
2004/11/02 16:02:29 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Events.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Events.xcs14
1 files changed, 7 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Events.xcs b/officecfg/registry/schema/org/openoffice/Office/Events.xcs
index 1897b88a97f6..243d2a88ebdf 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Events.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Events.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Events.xcs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 11:55:23 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:26:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,16 +62,16 @@
<!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="Events" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<author>dfoster</author>
- <desc xml:lang="en-US">Contains the global event bindings.</desc>
+ <desc>Contains the global event bindings.</desc>
</info>
<templates>
<group oor:name="BindingType">
<info>
- <desc xml:lang="en-US">Describes the binding.</desc>
+ <desc>Describes the binding.</desc>
</info>
<prop oor:name="BindingURL" oor:type="xs:string">
<info>
- <desc xml:lang="en-US">The Macro URL to which the event is bound.</desc>
+ <desc>The Macro URL to which the event is bound.</desc>
</info>
</prop>
</group>
@@ -79,11 +79,11 @@
<component>
<group oor:name="ApplicationEvents">
<info>
- <desc xml:lang="en-US">Contains information about the global events.</desc>
+ <desc>Contains information about the global events.</desc>
</info>
<set oor:name="Bindings" oor:node-type="BindingType">
<info>
- <desc xml:lang="en-US">Contains event bindings.</desc>
+ <desc>Contains event bindings.</desc>
</info>
</set>
</group>