diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
commit | db02ac8b89b8ec1e3d84f2676665667916582423 (patch) | |
tree | 55446fdc25ea149952589d200fb6b4224a6996f8 /officecfg | |
parent | ae19e5feff59f578d3f8de6fe9c27f9a57ba63d1 (diff) |
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs b/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs index 1e9cd3927c07..379f7cbb2558 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs @@ -1,6 +1,6 @@ -<?xml version="1.0"?>
-<!--***********************************************************************
- *
+<?xml version="1.0"?> +<!--*********************************************************************** + * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. @@ -24,58 +24,58 @@ * <http://www.openoffice.org/license.html> * for a copy of the LGPLv3 License. * - ************************************************************************ -->
-<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="Accelerators" oor:package="org.openoffice.Office" xml:lang="en-US">
- <info>
- <desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
- </info>
- <templates>
- <group oor:name="Key">
- <info>
- <desc>document the Key format</desc>
- </info>
- <prop oor:name="Command" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>e.g..uno:About</desc>
- </info>
- </prop>
- </group>
- <set oor:name="Module" oor:node-type="Key">
- <info>
- <desc>point to a module of OOo</desc>
- </info>
- </set>
- </templates>
- <component>
- <group oor:name="PrimaryKeys">
- <info>
- <desc>contains the preferred keys</desc>
- </info>
- <set oor:name="Global" oor:node-type="Key">
- <info>
- <desc>Defined as key-values pairs</desc>
- </info>
- </set>
- <set oor:name="Modules" oor:node-type="Module">
- <info>
- <desc>containing the modules of OOo, defined as key-values pairs</desc>
- </info>
- </set>
- </group>
- <group oor:name="SecondaryKeys">
- <info>
- <desc>contains the secondary keys</desc>
- </info>
- <set oor:name="Global" oor:node-type="Key">
- <info>
- <desc>Defined as key-values pairs</desc>
- </info>
- </set>
- <set oor:name="Modules" oor:node-type="Module">
- <info>
- <desc>containing the modules of OOo, defined as key-values pairs</desc>
- </info>
- </set>
- </group>
- </component>
-</oor:component-schema>
+ ************************************************************************ --> +<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="Accelerators" oor:package="org.openoffice.Office" xml:lang="en-US"> + <info> + <desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc> + </info> + <templates> + <group oor:name="Key"> + <info> + <desc>document the Key format</desc> + </info> + <prop oor:name="Command" oor:type="xs:string" oor:localized="true"> + <info> + <desc>e.g..uno:About</desc> + </info> + </prop> + </group> + <set oor:name="Module" oor:node-type="Key"> + <info> + <desc>point to a module of OOo</desc> + </info> + </set> + </templates> + <component> + <group oor:name="PrimaryKeys"> + <info> + <desc>contains the preferred keys</desc> + </info> + <set oor:name="Global" oor:node-type="Key"> + <info> + <desc>Defined as key-values pairs</desc> + </info> + </set> + <set oor:name="Modules" oor:node-type="Module"> + <info> + <desc>containing the modules of OOo, defined as key-values pairs</desc> + </info> + </set> + </group> + <group oor:name="SecondaryKeys"> + <info> + <desc>contains the secondary keys</desc> + </info> + <set oor:name="Global" oor:node-type="Key"> + <info> + <desc>Defined as key-values pairs</desc> + </info> + </set> + <set oor:name="Modules" oor:node-type="Module"> + <info> + <desc>containing the modules of OOo, defined as key-values pairs</desc> + </info> + </set> + </group> + </component> +</oor:component-schema> |