This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new adf11df400 pre-commit(trailing-whitespace): autofix xcs and xmi files
(#310)
adf11df400 is described below
commit adf11df40006212c9bc6044f6c93ed03d30bd01b
Author: John Bampton <[email protected]>
AuthorDate: Sat Mar 1 21:38:34 2025 +1000
pre-commit(trailing-whitespace): autofix xcs and xmi files (#310)
---
.pre-commit-config.yaml | 2 +-
.../examples/java/Inspector/ObjectInspector.xcs | 12 +-
.../schema/org/openoffice/FirstStartWizard.xcs | 8 +-
.../registry/schema/org/openoffice/Interaction.xcs | 8 +-
.../registry/schema/org/openoffice/LDAP.xcs | 8 +-
.../schema/org/openoffice/Office/Accelerators.xcs | 22 +--
.../registry/schema/org/openoffice/Office/Calc.xcs | 2 +-
.../schema/org/openoffice/Office/CalcAddIns.xcs | 8 +-
.../schema/org/openoffice/Office/Canvas.xcs | 8 +-
.../schema/org/openoffice/Office/Compatibility.xcs | 8 +-
.../org/openoffice/Office/DataAccess/Drivers.xcs | 8 +-
.../openoffice/Office/ExtensionDependencies.xcs | 8 +-
.../schema/org/openoffice/Office/FormWizard.xcs | 8 +-
.../schema/org/openoffice/Office/Histories.xcs | 18 +--
.../registry/schema/org/openoffice/Office/Jobs.xcs | 8 +-
.../schema/org/openoffice/Office/Logging.xcs | 8 +-
.../schema/org/openoffice/Office/OptionsDialog.xcs | 148 ++++++++++-----------
.../org/openoffice/Office/PresenterScreen.xcs | 8 +-
.../schema/org/openoffice/Office/Recovery.xcs | 8 +-
.../schema/org/openoffice/Office/Scripting.xcs | 8 +-
.../schema/org/openoffice/Office/TabBrowse.xcs | 8 +-
.../schema/org/openoffice/Office/TableWizard.xcs | 8 +-
.../org/openoffice/Office/UI/BaseWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/BasicIDECommands.xcs | 8 +-
.../openoffice/Office/UI/BasicIDEWindowState.xcs | 8 +-
.../openoffice/Office/UI/BibliographyCommands.xcs | 8 +-
.../Office/UI/BibliographyWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/CalcCommands.xcs | 8 +-
.../org/openoffice/Office/UI/CalcWindowState.xcs | 8 +-
.../schema/org/openoffice/Office/UI/Category.xcs | 8 +-
.../org/openoffice/Office/UI/ChartCommands.xcs | 8 +-
.../org/openoffice/Office/UI/ChartWindowState.xcs | 8 +-
.../schema/org/openoffice/Office/UI/Commands.xcs | 8 +-
.../schema/org/openoffice/Office/UI/Controller.xcs | 8 +-
.../openoffice/Office/UI/DbBrowserWindowState.xcs | 8 +-
.../openoffice/Office/UI/DbQueryWindowState.xcs | 8 +-
.../openoffice/Office/UI/DbRelationWindowState.xcs | 8 +-
.../Office/UI/DbTableDataWindowState.xcs | 8 +-
.../openoffice/Office/UI/DbTableWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/DbuCommands.xcs | 8 +-
.../openoffice/Office/UI/DrawImpressCommands.xcs | 8 +-
.../org/openoffice/Office/UI/DrawWindowState.xcs | 8 +-
.../schema/org/openoffice/Office/UI/Effects.xcs | 12 +-
.../schema/org/openoffice/Office/UI/Factories.xcs | 8 +-
.../org/openoffice/Office/UI/GenericCategories.xcs | 8 +-
.../org/openoffice/Office/UI/GenericCommands.xcs | 8 +-
.../openoffice/Office/UI/ImpressWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/MathCommands.xcs | 8 +-
.../org/openoffice/Office/UI/MathWindowState.xcs | 8 +-
.../openoffice/Office/UI/StartModuleCommands.xcs | 8 +-
.../Office/UI/StartModuleWindowState.xcs | 8 +-
.../Office/UI/WindowContentFactories.xcs | 8 +-
.../org/openoffice/Office/UI/WriterCommands.xcs | 8 +-
.../openoffice/Office/UI/WriterFormWindowState.xcs | 8 +-
.../Office/UI/WriterGlobalWindowState.xcs | 8 +-
.../Office/UI/WriterReportWindowState.xcs | 8 +-
.../openoffice/Office/UI/WriterWebWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/WriterWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/XFormsWindowState.xcs | 8 +-
.../registry/schema/org/openoffice/Setup.xcs | 8 +-
.../registry/schema/org/openoffice/System.xcs | 8 +-
.../schema/org/openoffice/TypeDetection/Filter.xcs | 8 +-
.../org/openoffice/TypeDetection/GraphicFilter.xcs | 8 +-
.../schema/org/openoffice/TypeDetection/Misc.xcs | 8 +-
.../schema/org/openoffice/TypeDetection/Types.xcs | 8 +-
.../schema/org/openoffice/TypeDetection/UISort.xcs | 8 +-
.../schema/org/openoffice/ucb/Configuration.xcs | 8 +-
.../org/openoffice/ucb/InteractionHandler.xcs | 8 +-
.../schema/org/openoffice/Office/ReportDesign.xcs | 8 +-
.../openoffice/Office/UI/DbReportWindowState.xcs | 8 +-
.../org/openoffice/Office/UI/ReportCommands.xcs | 8 +-
main/writerfilter/source/doctok/resources.xmi | 2 +-
72 files changed, 365 insertions(+), 365 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 40c084f66a..21ad0540c9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
- id: mixed-line-ending
files:
^main/.*\.(c|h)xx$|^main/.*\.mk$|^main/.*\.java$|\.sh$|\.xslt?$|\.ya?ml$|^main/accessibility/.*$|^main/afms/.*$|^main/animations/.*$|^main/apache-commons/.*$
- id: trailing-whitespace
- files: \.(bat|ini|pl|sh|ya?ml)$
+ files: \.(bat|ini|pl|sh|xcs|xmi|ya?ml)$
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
diff --git a/main/odk/examples/java/Inspector/ObjectInspector.xcs
b/main/odk/examples/java/Inspector/ObjectInspector.xcs
index e7a41d1e79..39dbed1fc4 100644
--- a/main/odk/examples/java/Inspector/ObjectInspector.xcs
+++ b/main/odk/examples/java/Inspector/ObjectInspector.xcs
@@ -21,12 +21,12 @@
***********************************************************-->
-<oor:component-schema
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
+<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="ObjectInspector"
- oor:package="org.openoffice.inspector"
+ oor:name="ObjectInspector"
+ oor:package="org.openoffice.inspector"
xml:lang="en-US">
<info>
<desc>Configuration parameters for the Object Inspector.</desc>
@@ -34,6 +34,6 @@
<component>
<prop oor:name="Language" oor:type="xs:string"/>
<prop oor:name="SDKPath" oor:type="xs:string"/>
- </component>
+ </component>
</oor:component-schema>
diff --git a/main/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
b/main/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
index a1e524850d..2762de0096 100644
--- a/main/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Interaction.xcs
b/main/officecfg/registry/schema/org/openoffice/Interaction.xcs
index 8f4436ec15..90dae69de8 100644
--- a/main/officecfg/registry/schema/org/openoffice/Interaction.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Interaction.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
<!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="Interaction"
oor:package="org.openoffice" xml:lang="en-US">
diff --git a/main/officecfg/registry/schema/org/openoffice/LDAP.xcs
b/main/officecfg/registry/schema/org/openoffice/LDAP.xcs
index 45545b1e47..71489906a1 100644
--- a/main/officecfg/registry/schema/org/openoffice/LDAP.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/LDAP.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs
index e6474175e8..691acf8a4b 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Accelerators.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
@@ -26,20 +26,20 @@
<desc>Configuration of Accelerators replacing the old not XCU-based
configuration</desc>
</info>
<templates>
- <group oor:name="Key">
+ <group oor:name="Key">
<info>
<desc>document the Key format</desc>
- </info>
+ </info>
<prop oor:name="Command" oor:type="xs:string" oor:localized="true">
<info>
<desc>e.g..uno:About</desc>
</info>
- </prop>
+ </prop>
</group>
<set oor:name="Module" oor:node-type="Key">
<info>
<desc>point to a module of OOo</desc>
- </info>
+ </info>
</set>
</templates>
<component>
@@ -56,7 +56,7 @@
<info>
<desc>containing the modules of OOo,
defined as key-values pairs</desc>
</info>
- </set>
+ </set>
</group>
<group oor:name="SecondaryKeys">
<info>
@@ -71,7 +71,7 @@
<info>
<desc>containing the modules of OOo,
defined as key-values pairs</desc>
</info>
- </set>
- </group>
+ </set>
+ </group>
</component>
</oor:component-schema>
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index ce56c05546..980cb7e8a7 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1031,7 +1031,7 @@
<prop oor:name="QuotedFieldAsText" oor:type="xs:boolean">
<info>
<author>kyoshida</author>
- <desc>If true, quoted field is always imported as text
+ <desc>If true, quoted field is always imported as text
with no exception.</desc>
<label>QuotedFieldAsText</label>
</info>
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/CalcAddIns.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/CalcAddIns.xcs
index afc5af868a..b3b0b9143d 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/CalcAddIns.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/CalcAddIns.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
index 073e2bf6f2..35bd136bdd 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
@@ -77,7 +77,7 @@
ids should get blacklisted. When true, a
running DXCanvas will write a
DeviceBlacklist entry, and refuse to run
on that device subsequently.
- </desc>
+ </desc>
<label>Blacklist current DirectX
device</label>
</info>
<value>false</value>
@@ -96,7 +96,7 @@
card/driver combinations
expose bugs, when
running them with their
maximum texture
size.
- </desc>
+ </desc>
<label>Maximum texture size requested
from the DirectX runtime</label>
</info>
<value>2048</value>
@@ -125,7 +125,7 @@
<author>THB</author>
<desc>When true, suggest canvas factory to use a
canvas service listed in the
- AcceleratedImplementations lists.
+ AcceleratedImplementations lists.
</desc>
<label>Use a canvas listed among the
AcceleratedImplementations</label>
</info>
@@ -136,7 +136,7 @@
<author>THB</author>
<desc>When true, suggest canvas factory to use a
canvas service listed in the
- AntialiasingImplementations lists.
+ AntialiasingImplementations lists.
</desc>
<label>Use a canvas listed among the
AntialiasingImplementations</label>
</info>
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
index 4a9412cd50..29ae740a29 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs
index 2eed088aa2..89b6258c2f 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
index db06317d73..7a3ed959e1 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
@@ -1,6 +1,6 @@
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
<oor:component-schema oor:name="ExtensionDependencies"
oor:package="org.openoffice.Office" 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>
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
index 23044944e3..3ada9db300 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
index 5fb896fa72..a8451332fa 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
@@ -28,13 +28,13 @@
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 Picklist, URL-History and Help-Bookmarks
data.</desc>
</info>
-
+
<templates>
-
+
<group oor:name="HistoryItem">
<info>
<desc>Describe an history item in it's details.
Use URL as node name.</desc>
@@ -55,7 +55,7 @@
</info>
</prop>
</group>
-
+
<group oor:name="HistoryOrder">
<info>
<desc>Map an ordered number to all existing
history items.</desc>
@@ -66,7 +66,7 @@
</info>
</prop>
</group>
-
+
<group oor:name="HistoryInfo">
<info>
<desc>Combines item and order list to a complete history
description.</desc>
@@ -82,16 +82,16 @@
</info>
</set>
</group>
-
+
</templates>
-
+
<component>
-
+
<set oor:name="Histories" oor:node-type="HistoryInfo">
<info>
<desc>Contains all histories of OOo. Can be extended easy to
know any history you like.</desc>
</info>
</set>
-
+
</component>
</oor:component-schema>
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
index 2cbd2cc534..2be2a67317 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
index 07216c4dac..3c96bc2283 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
index 863747d590..7d987e041e 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
@@ -22,10 +22,10 @@
<!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="OptionsDialog"
oor:package="org.openoffice.Office" xml:lang="en-US">
+<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="OptionsDialog"
oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<author>PB</author>
- <desc >Contains general structures used to hide a single option or an
option
+ <desc >Contains general structures used to hide a single option or an
option
tabpage or a whole option group.</desc>
</info>
<templates>
@@ -65,7 +65,7 @@
</prop>
<set oor:name="Pages" oor:node-type="OptionsPage">
<info>
- <desc>An optional set to allow to hide single options tabpages of
this
+ <desc>An optional set to allow to hide single options tabpages of this
group.</desc>
</info>
</set>
@@ -74,62 +74,62 @@
<group oor:name="Module">
<info>
<desc>Defines a Module. The options dialog displays entries in its tree
- view only if they are defined to belong to the Module for which the
- options dialog is being displayed. The exception is the options
dialog
- which is invoked from the Extension Manager, where the Module is
+ view only if they are defined to belong to the Module for which the
+ options dialog is being displayed. The exception is the options dialog
+ which is invoked from the Extension Manager, where the Module is
irrelevant.</desc>
</info>
<set oor:name="Nodes" oor:node-type="OrderedNode">
<info>
- <desc>A set member contains a Node (see type Node) which has been
- assigned to this Module. Also entities which do not own the Module
- may add members to the set. Please look at the specification for
+ <desc>A set member contains a Node (see type Node) which has been
+ assigned to this Module. Also entities which do not own the Module
+ may add members to the set. Please look at the specification for
applying restrictions
(http://specs.openoffice.org/appwide/packagemanager/options_dialog_for_extensions.odt)
The actual Node|s are kept in a separate set (OptionsDialog/Nodes),
- to prevent redundancy, because a Node can be assigned to several
- Module|s. The position of a node (the tree view element) within the
- tree view of the options dialog is determined by the property Index
- of each set member. The position can be different dependent on the
- Module. Therefore the order is determined per Module. Only the
owner
+ to prevent redundancy, because a Node can be assigned to several
+ Module|s. The position of a node (the tree view element) within the
+ tree view of the options dialog is determined by the property Index
+ of each set member. The position can be different dependent on the
+ Module. Therefore the order is determined per Module. Only the owner
of the Module should set the position (property Index).
- The order is undefined if two or more members have the same value
for
+ The order is undefined if two or more members have the same value
for
the Index property.
See also the description for OrderedNode.
</desc>
</info>
</set>
</group>
-
+
<group oor:name="Node">
<info>
- <desc>Defines a node (the tree view element) which can be displayed in
+ <desc>Defines a node (the tree view element) which can be displayed in
the tree view of the options dialog.</desc>
</info>
- <prop oor:name="Label" oor:type="xs:string" oor:localized="true"
+ <prop oor:name="Label" oor:type="xs:string" oor:localized="true"
oor:nillable="false">
<info>
- <desc>The localized name which is displayed next to the node in the
- options dialog. If two different nodes (the tree view element)
happen
+ <desc>The localized name which is displayed next to the node in the
+ options dialog. If two different nodes (the tree view element)
happen
to have the same localized name then both are displayed.</desc>
</info>
</prop>
<prop oor:name="OptionsPage" oor:type="xs:string">
<info>
- <desc>URL which references the dialog editor resource. This options
- page should only contain information for the user and should not
+ <desc>URL which references the dialog editor resource. This options
+ page should only contain information for the user and should not
accept input.</desc>
</info>
</prop>
<prop oor:name="AllModules" oor:type="xs:boolean">
<info>
- <desc>If true then this Node shall be displayed independent of the
- Module for which the options dialog is displayed - that is,
always.
- In this case it must not be assigned directly to one ore more
+ <desc>If true then this Node shall be displayed independent of the
+ Module for which the options dialog is displayed - that is, always.
+ In this case it must not be assigned directly to one ore more
Module|s. That is, it must not exist as member in Module/Nodes of no
- existing Module.
- This is an optimization so that an extension need not provide
- entries for all Module|s.
+ existing Module.
+ This is an optimization so that an extension need not provide
+ entries for all Module|s.
The default value is false.
</desc>
</info>
@@ -137,13 +137,13 @@
</prop>
<prop oor:name="GroupId" oor:type="xs:string">
<info>
- <desc>Identifies a group of Node|s. All nodes (the tree view
elements)
- which refer to the same group are displayed next to each other. If
- this property is set then GroupIndex must also have a value. The
- group will be used by Node|s which have been added to existing
- Module|s. If one defines a Module AND Node|s which are used in this
- Module, then GroupId must not be set. In this case one uses
- Module/Nodes/Index to determine the position of the nodes (the tree
+ <desc>Identifies a group of Node|s. All nodes (the tree view elements)
+ which refer to the same group are displayed next to each other. If
+ this property is set then GroupIndex must also have a value. The
+ group will be used by Node|s which have been added to existing
+ Module|s. If one defines a Module AND Node|s which are used in this
+ Module, then GroupId must not be set. In this case one uses
+ Module/Nodes/Index to determine the position of the nodes (the tree
view element).
The empty string is no valid identifier and represents nil.
See also GroupIndex.
@@ -153,16 +153,16 @@
</prop>
<prop oor:name="GroupIndex" oor:type="xs:int">
<info>
- <desc>The index of the Node within the group. The index starts with
- null. If this property is set then property GroupId must also have
- a value. If a Node of this group is displayed depends on the
- respective Module to which it is assigned. For example, if there
are
- the Nodes A(index 0), B (index 1), and C (index 2) in a group,
- and B is assigned to a different Module, then only A and
+ <desc>The index of the Node within the group. The index starts with
+ null. If this property is set then property GroupId must also have
+ a value. If a Node of this group is displayed depends on the
+ respective Module to which it is assigned. For example, if there are
+ the Nodes A(index 0), B (index 1), and C (index 2) in a group,
+ and B is assigned to a different Module, then only A and
B are displayed together although there indices are 0 and 2 (B has
1).
The value -1 is regarded as nil.
- Actually one could have allowed to define a group per Module, so
that
- the order could be different depending on the Module. But this
would
+ Actually one could have allowed to define a group per Module, so
that
+ the order could be different depending on the Module. But this would
have added more complexity to the data structures.
</desc>
</info>
@@ -170,27 +170,27 @@
</prop>
<set oor:name="Leaves" oor:node-type="Leaf">
<info>
- <desc>Leaves which are assigned to this node. Extensions can add to
this
+ <desc>Leaves which are assigned to this node. Extensions can add to
this
set new Leaf|s.</desc>
</info>
</set>
</group>
-
+
<group oor:name="Leaf">
<info>
- <desc>Defines a leaf (the tree view element). A Leaf must be assigned
to
+ <desc>Defines a leaf (the tree view element). A Leaf must be assigned to
exactly one Node. </desc>
</info>
<prop oor:name="Id" oor:type="xs:string">
<info>
- <desc>The unique identifier of the Leaf. This must be the extension
+ <desc>The unique identifier of the Leaf. This must be the extension
identifier if this Leaf was defined by an extension.</desc>
</info>
</prop>
- <prop oor:name="Label" oor:type="xs:string" oor:localized="true"
+ <prop oor:name="Label" oor:type="xs:string" oor:localized="true"
oor:nillable="false">
<info>
- <desc>The localized name that is displayed for the leaf in the
options
+ <desc>The localized name that is displayed for the leaf in the options
dialog.</desc>
</info>
</prop>
@@ -201,25 +201,25 @@
</prop>
<prop oor:name="EventHandlerService" oor:type="xs:string"
oor:nillable="false">
<info>
- <desc>Name of the event handler service which is used as argument in
- com.sun.star.awt.XContainerWindowProvider.createContainerWindow.
This
- handler does not even process events from the options page but also
+ <desc>Name of the event handler service which is used as argument in
+ com.sun.star.awt.XContainerWindowProvider.createContainerWindow.
This
+ handler does not even process events from the options page but also
provides for saving and reading the respective values.</desc>
</info>
</prop>
<prop oor:name="GroupId" oor:type="xs:string">
<info>
- <desc>Identifies a group of Leaf|s. All Leaf|s which have the same
+ <desc>Identifies a group of Leaf|s. All Leaf|s which have the same
GroupId form a group and the corresponding entries in the tree view
are displayed next to each other.
If this property is set then the property GroupIndex must
also be set.
- The GroupIndex represents the position within the group. If one
- owns the Node (e.g. defined it oneself) then one can set the
GroupId
- to the name of the Node to which this Leaf is assigned. The Leaf|s
of
- this particular group are displayed first under the node (the tree
+ The GroupIndex represents the position within the group. If one
+ owns the Node (e.g. defined it oneself) then one can set the GroupId
+ to the name of the Node to which this Leaf is assigned. The Leaf|s
of
+ this particular group are displayed first under the node (the tree
view element) before any other groups.
- If one does not own the Node then one should not use the Node name
as
+ If one does not own the Node then one should not use the Node name
as
group id.
The empty string is regarded as nil.
</desc>
@@ -228,33 +228,33 @@
</prop>
<prop oor:name="GroupIndex" oor:type="xs:int">
<info>
- <desc>The index of the Leaf within the group. The index starts with
- null. If this property is set then GroupId must also have
- a value. If there are two Leaf|s with the same index in the same
+ <desc>The index of the Leaf within the group. The index starts with
+ null. If this property is set then GroupId must also have
+ a value. If there are two Leaf|s with the same index in the same
group then then their order is undefined.
The value -1 is regarded as nil.</desc>
</info>
<value>-1</value>
</prop>
</group>
-
+
<group oor:name="OrderedNode">
<info>
- <desc>Represents a reference to a Node and an optional index.
- Instances of this type are used in a set (see Module). The name of
the
- set member must be the same as the one of the respective Node. The
- index determines the position of the node (the tree view element) in
+ <desc>Represents a reference to a Node and an optional index.
+ Instances of this type are used in a set (see Module). The name of the
+ set member must be the same as the one of the respective Node. The
+ index determines the position of the node (the tree view element) in
the options dialog for a particular Module.</desc>
</info>
<prop oor:name="Index" oor:type="xs:int">
<info>
- <desc>Determines the position of the node in the options dialog.
- The index starts with null. That is, the corresponding node
+ <desc>Determines the position of the node in the options dialog.
+ The index starts with null. That is, the corresponding node
appears at the first position in the tree view of the options
dialog.
If the value is -1 then the index is undefined. If one adds
Node|s to a Module which one does not define oneself (e.g. the
Module
- is owned by someone else), then one must not set the Index. This
- applies, for example, to extensions which add their Node|s to
existing
+ is owned by someone else), then one must not set the Index. This
+ applies, for example, to extensions which add their Node|s to
existing
Module|s.
The value -1 is regarded as nil.
</desc>
@@ -263,16 +263,16 @@
</prop>
</group>
</templates>
-
+
<component>
<set oor:name="OptionsDialogGroups" oor:node-type="OptionsGroup">
<info>
- <desc>Contains the set of single options, options tabpages and options
+ <desc>Contains the set of single options, options tabpages and options
groups which should be hidden.</desc>
<label>Hidden options</label>
</info>
</set>
-
+
<set oor:name="Modules" oor:node-type="Module">
<info>
<desc>List of available application contexts</desc>
@@ -283,6 +283,6 @@
<desc>List of available nodes.</desc>
</info>
</set>
-
+
</component>
</oor:component-schema>
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
index a60aa8ec29..44547f8b11 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
index b45d171d13..72c6fe4155 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
index c91d6cd5ce..07e8ef7b39 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
index 90b3663c5a..cae6f321a5 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
index d0d2b59f99..8fb1250e2d 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs
index a09ade3b85..56705d3f7d 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs
index 331794ac16..6d6a5b6c21 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs
index c3c24f2433..049ef59b8a 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs
index bf6edce189..510514c855 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs
index c40b2dabf5..35b3301fc0 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs
index 09a4f5d09f..5d9e5c6016 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs
index bfa0a104c4..38b2091763 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs
index 5ebb1b8a7c..98a1d28e87 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs
index c0b184cbd1..d33a716083 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs
index 957f979478..0dac428e81 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
index 8752af0ccf..aafe439287 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs
index 752aeddca5..7a885bd851 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs
index cd5fb105a4..aa315833ec 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs
index 4009163616..c415bc12bf 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs
index 87909209f5..bef2d224aa 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs
index b89475b57a..982f2422dd 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs
index a11b958b91..461644a817 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
index 2716b3bd10..ce7dbb15f6 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs
index 3e3740d221..e0626dc014 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs
index 22d7f36d75..1e9e2aff0d 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs
index 3bc5792cf3..330691527f 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
@@ -98,12 +98,12 @@
<info>
<desc>Contains the categories for motion path
effects."</desc>
</info>
- </set>
+ </set>
<set oor:name="Misc" oor:node-type="PresetCategory">
<info>
<desc>Contains all the categories that don't fit
anywhere else."</desc>
</info>
</set>
- </group>
+ </group>
</component>
</oor:component-schema>
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs
index 67bff79a25..6a39f3bdba 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs
index 67bf00b896..3d025ac37a 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs
index de2583856a..447b15b846 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs
index a60a4087ee..6ea0f50d37 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs
index 012a60fc6f..93ba13abd9 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs
index 2d0fdbb2b2..e3ede5d8e6 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs
index 2e357f10e7..bf6696a694 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs
index 054eabf4d4..c7f317874e 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs
index 7e5eb27bf4..99c4d9295e 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs
index d49e12c85a..b75a442327 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs
index fea8bae943..c3aa14801e 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs
index 1d6b09485c..c3584cfbab 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs
index e13d3cd4f3..8f06a72cb8 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs
index 564ef5044f..060ba1686e 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs
index e56eec44b8..08eadc0d72 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs
index cd114050e8..542b5f88f7 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/Setup.xcs
b/main/officecfg/registry/schema/org/openoffice/Setup.xcs
index d07451aae7..67fefed5d2 100644
--- a/main/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/officecfg/registry/schema/org/openoffice/System.xcs
b/main/officecfg/registry/schema/org/openoffice/System.xcs
index a364f16bcd..2930bfdff5 100644
--- a/main/officecfg/registry/schema/org/openoffice/System.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/System.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
index 67c1b50e3d..1313fc58d1 100644
--- a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
index e647f0d0b4..a2b3517725 100644
---
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
index 382f082bec..f113d94417 100644
--- a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
index d4108028ed..baa5a4cee0 100644
--- a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
index f14cff5d01..25ca4d948a 100644
--- a/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
b/main/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
index 2eff1672ee..0b7d980dbf 100644
--- a/main/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs
b/main/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs
index 9b3cbd7f77..8d36d49ff3 100644
--- a/main/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs
b/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs
index 50b47b4462..953eba4e16 100644
--- a/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs
+++ b/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/reportbuilder/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs
b/main/reportbuilder/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs
index 9ab4edfd89..ce3c536ffc 100644
---
a/main/reportbuilder/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs
+++
b/main/reportbuilder/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git
a/main/reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs
b/main/reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs
index 94e73404b9..e3607424a0 100644
---
a/main/reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs
+++
b/main/reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
diff --git a/main/writerfilter/source/doctok/resources.xmi
b/main/writerfilter/source/doctok/resources.xmi
index 6d42397376..6f2d2505d0 100644
--- a/main/writerfilter/source/doctok/resources.xmi
+++ b/main/writerfilter/source/doctok/resources.xmi
@@ -45154,7 +45154,7 @@
</UML:TaggedValue>
</UML:ModelElement.taggedValue>
<UML:Classifier.feature>
- <!--
+ <!--
<UML:Operation name="gridLineProps" >
<UML:ModelElement.taggedValue>
<UML:TaggedValue>