summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs50
1 files changed, 25 insertions, 25 deletions
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
index 7bc2d39bb95a..3d3b033fde5c 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
@@ -17,28 +17,28 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="UISort" oor:package="org.openoffice.TypeDetection" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains the order of filters if they are shown inside an UI office.</desc>
- </info>
- <templates>
- <group oor:name="ModuleFilterOrder">
- <info>
- <desc>Knows an ordered list of filters related to an office module.</desc>
- </info>
- <prop oor:name="SortedFilterList" oor:type="oor:string-list" oor:nillable="false">
- <info>
- <desc>Its a sorted list of internal filter names. All filters which are not listed here are appended alphabeticly at the end of this list</desc>
- </info>
- <value/>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="ModuleDependendFilterOrder" oor:node-type="ModuleFilterOrder">
- <info>
- <desc>Bind sorted lists of filter names to an office module.</desc>
- </info>
- </set>
- </component>
+<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="UISort" oor:package="org.openoffice.TypeDetection" xml:lang="en-US">
+ <info>
+ <desc>Contains the order of filters if they are shown inside an UI office.</desc>
+ </info>
+ <templates>
+ <group oor:name="ModuleFilterOrder">
+ <info>
+ <desc>Knows an ordered list of filters related to an office module.</desc>
+ </info>
+ <prop oor:name="SortedFilterList" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Its a sorted list of internal filter names. All filters which are not listed here are appended alphabeticly at the end of this list</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="ModuleDependendFilterOrder" oor:node-type="ModuleFilterOrder">
+ <info>
+ <desc>Bind sorted lists of filter names to an office module.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>