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 cd9a0925cf Fixed typos, removed whitespace
cd9a0925cf is described below

commit cd9a0925cfbdd58b3de3e4c88580bac79f5233fa
Author: mseidel <msei...@apache.org>
AuthorDate: Sun May 7 11:40:23 2023 +0200

    Fixed typos, removed whitespace
---
 .../schema/org/openoffice/Office/Addons.xcs        | 304 ++++++++++-----------
 .../schema/org/openoffice/Office/Events.xcs        |  12 +-
 .../org/openoffice/Office/ExtensionManager.xcs     |  91 +++---
 .../org/openoffice/Office/UI/WindowState.xcs       | 227 ++++++++-------
 4 files changed, 316 insertions(+), 318 deletions(-)

diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index b8d0929b18..af9d519c62 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -22,9 +22,9 @@
 
 
 <!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="Addons" 
oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
-               <author>CD</author>
-               <desc >Contains general structures used to integrate external 
components into the Office user interface.</desc>
+<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="Addons" 
oor:package="org.openoffice.Office" xml:lang="en-US">
+       <info>
+               <desc>Contains general structures used to integrate external 
components into the Office user interface.</desc>
        </info>
        <templates>
                <group oor:name="MenuItem">
@@ -97,9 +97,9 @@
                                </info>
                        </prop>
                        <prop oor:name="MergeCommandParameter" 
oor:type="xs:string">
-                           <info>
-                               <desc>Optional parameters for a merge command. 
Interpretation depends on the individual command.</desc>
-                           </info>
+                               <info>
+                                       <desc>Optional parameters for a merge 
command. Interpretation depends on the individual command.</desc>
+                               </info>
                        </prop>
                        <prop oor:name="MergeFallback" oor:type="xs:string">
                                <info>
@@ -127,9 +127,9 @@
                                </info>
                        </prop>
                        <prop oor:name="MergePoint" oor:type="xs:string">
-                           <info>
-                               <desc>Describes the command that should be used 
as a reference point for the merge command.</desc>
-                           </info>
+                               <info>
+                                       <desc>Describes the command that should 
be used as a reference point for the merge command.</desc>
+                               </info>
                        </prop>
                        <prop oor:name="MergeCommand" oor:type="xs:string">
                                <info>
@@ -151,28 +151,28 @@
                                        <desc>A property to define the context 
of this merge instruction. It can be empty or a colon separated list of the 
supported application modules.</desc>
                                </info>
                        </prop>
-               <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
-                       <info>
-                               <desc>Contains a list of toolbar items used by 
an Add-On.</desc>
-                       </info>
-               </set>
+                       <set oor:name="ToolBarItems" 
oor:node-type="ToolBarItem">
+                               <info>
+                                       <desc>Contains a list of toolbar items 
used by an Add-On.</desc>
+                               </info>
+                       </set>
+               </group>
+               <group oor:name="ToolBar">
+                       <info>
+                               <desc>Contains the structure of a 
toolbar.</desc>
+                       </info>
+                       <prop oor:name="Title" oor:type="xs:string" 
oor:localized="true">
+                               <info>
+                                       <desc>A localized string used as the 
toolbar title.</desc>
+                               </info>
+                               <value></value>
+                       </prop>
+                       <set oor:name="ToolBarItems" 
oor:node-type="ToolBarItem">
+                               <info>
+                                       <desc>Contains a list of sets of 
toolbar items that are part of add-on toolbars.</desc>
+                               </info>
+                       </set>
                </group>
-        <group oor:name="ToolBar">
-            <info>
-                <desc>Contains the structure of a toolbar.</desc>
-            </info>
-            <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
-                <info>
-                    <desc>A localized string used as the toolbar title.</desc>
-                </info>
-                <value></value>
-            </prop>
-            <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
-                <info>
-                    <desc>Contains a list of sets of toolbar items that are 
part of add-on toolbars.</desc>
-                </info>
-            </set>
-        </group>
                <group oor:name="ToolBarItem">
                        <info>
                                <desc>Describes a toolbar item representing a 
function of of an external component. The name must be unique and should be 
written using a package-scheme like org.openoffice.external.applicationexecuter 
to minimize name clashes.</desc>
@@ -203,113 +203,113 @@
                                </info>
                        </prop>
                        <prop oor:name="ControlType" oor:type="xs:string">
-                           <info>
-                                       <desc>A property to define the control 
type of the toolbar item. An will be interpreted as OpenOffice.org default 
toggle button.</desc>
-                           </info>
+                               <info>
+                                       <desc>A property to define the control 
type of the toolbar item. It will be interpreted as OpenOffice default toggle 
button.</desc>
+                               </info>
                        </prop>
                        <prop oor:name="Width" oor:type="xs:long">
-                           <info>
+                               <info>
                                        <desc>A property to define the size of 
a toolbar item. This property works only ControlTypes which can have a dynamic 
size (e.g. comboboxes, edit fields, spin fields)</desc>
-                           </info>
+                               </info>
+                       </prop>
+               </group>
+               <group oor:name="MergeStatusBarInstruction">
+                       <info>
+                               <desc>Describes a merge status bar instruction 
of an external component. The name must be unique and should be written using a 
package-scheme like org.openoffice.external.applicationexecuter to minimize 
name clashes. A merge instruction describes how the attached status bar items 
should be merged into the Office status bar.</desc>
+                       </info>
+                       <prop oor:name="MergePoint" oor:type="xs:string">
+                               <info>
+                                       <desc>Describes the command that should 
be used as a reference point for the merge command.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="MergeCommand" oor:type="xs:string">
+                               <info>
+                                       <desc>A command to be processed for 
this merge instruction.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="MergeCommandParameter" 
oor:type="xs:string">
+                               <info>
+                                       <desc>Optional parameters for a merge 
command. Interpretation depends on the individual command.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="MergeFallback" oor:type="xs:string">
+                               <info>
+                                       <desc>A fallback command to be used if 
MergeCommand cannot be applied.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="MergeContext" oor:type="xs:string">
+                               <info>
+                                       <desc>A property to define the context 
of this merge instruction. It can be empty or a colon separated list of the 
supported application modules.</desc>
+                               </info>
+                       </prop>
+                       <set oor:name="StatusBarItems" 
oor:node-type="StatusBarItem">
+                               <info>
+                                       <desc>Contains a list of status bar 
items used by an Add-On.</desc>
+                               </info>
+                       </set>
+               </group>
+               <group oor:name="StatusBarItem">
+                       <info>
+                               <desc>Describes a status bar item representing 
a function of an external component. The name must be unique and should be 
written using a package-scheme like org.openoffice.external.applicationexecuter 
to minimize name clashes.</desc>
+                       </info>
+                       <prop oor:name="Context" oor:type="xs:string">
+                               <info>
+                                       <desc>A property to define the context 
of a status bar item. It can be empty or a colon separated list of the 
supported application modules.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="URL" oor:type="xs:string">
+                               <info>
+                                       <desc>A command URL which represents 
the function to execute.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="Title" oor:type="xs:string" 
oor:localized="true">
+                               <info>
+                                       <desc>A localized string used as the 
status bar item label.</desc>
+                               </info>
+                               <value></value>
+                       </prop>
+                       <prop oor:name="Alignment" oor:type="xs:string">
+                               <info>
+                                       <desc>The alignment of the status bar 
item.</desc>
+                               </info>
+                               <constraints>
+                                       <enumeration oor:value="left">
+                                               <info>
+                                                       <desc>The status bar 
control is aligned to the left</desc>
+                                               </info>
+                                       </enumeration>
+                                       <enumeration oor:value="center">
+                                               <info>
+                                                       <desc>The status bar 
control is aligned in the center</desc>
+                                               </info>
+                                       </enumeration>
+                                       <enumeration oor:value="right">
+                                               <info>
+                                                       <desc>The status bar 
control is aligned to the right</desc>
+                                               </info>
+                                       </enumeration>
+                               </constraints>
+                               <value>left</value>
+                       </prop>
+                       <prop oor:name="AutoSize" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies whether the size of the 
status bar item is fixed (false) or not (true).</desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="OwnerDraw" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies whether the contents of 
the status bar item are drawn by the client (true) or by the internal 
implementation (false).</desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="Width" oor:type="xs:long">
+                               <info>
+                                       <desc>A property to define the size of 
a status bar item.</desc>
+                               </info>
+                               <value>0</value>
                        </prop>
                </group>
-        <group oor:name="MergeStatusBarInstruction">
-            <info>
-                <desc>Describes a merge status bar instruction of an external 
component. The name must be unique and should be written using a package-scheme 
like org.openoffice.external.applicationexecuter to minimize name clashes. A 
merge instruction describes how the attached status bar items should be merged 
into the Office status bar.</desc>
-            </info>
-            <prop oor:name="MergePoint" oor:type="xs:string">
-                <info>
-                    <desc>Describes the command that should be used as a 
reference point for the merge command.</desc>
-                </info>
-            </prop>
-            <prop oor:name="MergeCommand" oor:type="xs:string">
-                <info>
-                    <desc>A command to be processed for this merge 
instruction.</desc>
-                </info>
-            </prop>
-            <prop oor:name="MergeCommandParameter" oor:type="xs:string">
-                <info>
-                    <desc>Optional parameters for a merge command. 
Interpretation depends on the individual command.</desc>
-                </info>
-            </prop>
-            <prop oor:name="MergeFallback" oor:type="xs:string">
-                <info>
-                    <desc>A fallback command to be used if MergeCommand cannot 
be applied.</desc>
-                </info>
-            </prop>
-            <prop oor:name="MergeContext" oor:type="xs:string">
-                <info>
-                    <desc>A property to define the context of this merge 
instruction. It can be empty or a colon separated list of the supported 
application modules.</desc>
-                </info>
-            </prop>
-            <set oor:name="StatusBarItems" oor:node-type="StatusBarItem">
-                <info>
-                    <desc>Contains a list of status bar items used by an 
Add-On.</desc>
-                </info>
-            </set>
-        </group>
-        <group oor:name="StatusBarItem">
-            <info>
-                <desc>Describes a status bar item representing a function of 
an external component. The name must be unique and should be written using a 
package-scheme like org.openoffice.external.applicationexecuter to minimize 
name clashes.</desc>
-            </info>
-            <prop oor:name="Context" oor:type="xs:string">
-                <info>
-                    <desc>A property to define the context of a status bar 
item. It can be empty or a colon separated list of the supported application 
modules.</desc>
-                </info>
-            </prop>
-            <prop oor:name="URL" oor:type="xs:string">
-                <info>
-                    <desc>A command URL which represents the function to 
execute.</desc>
-                </info>
-            </prop>
-            <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
-                <info>
-                    <desc>A localized string used as the status bar item 
label.</desc>
-                </info>
-                <value></value>
-            </prop>
-            <prop oor:name="Alignment" oor:type="xs:string">
-                <info>
-                    <desc>The alignment of the status bar item.</desc>
-                </info>
-                <constraints>
-                    <enumeration oor:value="left">
-                        <info>
-                            <desc>The status bar control is aligned to the 
left</desc>
-                        </info>
-                    </enumeration>
-                    <enumeration oor:value="center">
-                        <info>
-                            <desc>The status bar control is aligned in the 
center</desc>
-                        </info>
-                    </enumeration>
-                    <enumeration oor:value="right">
-                        <info>
-                            <desc>The status bar control is aligned to the 
right</desc>
-                        </info>
-                    </enumeration>
-                </constraints>
-                <value>left</value>
-            </prop>
-            <prop oor:name="AutoSize" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies whether the size of the status bar item is 
fixed (false) or not (true).</desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="OwnerDraw" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies whether the contents of the status bar 
item are drawn by the client (true) or by the internal implemenetation 
(false).</desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="Width" oor:type="xs:long">
-                <info>
-                    <desc>A property to define the size of a status bar 
item.</desc>
-                </info>
-                <value>0</value>
-            </prop>
-        </group>
                <group oor:name="UserDefinedImages">
                        <info>
                                <desc>A group of optional user-defined images. 
There are two ways to define image - 1. Embed the image data directly into the 
configuration. 2. Use file URLs to address external bitmap files. Embedded 
image data has a higher priority than file URLs.</desc>
@@ -341,7 +341,7 @@
                        </prop>
                        <prop oor:name="ImageBigURL" oor:type="xs:string">
                                <info>
-                                       <desc>A file URL to address a external 
bitmap file used for big toolbox buttons. Standard size of an big image is 
26x26 pixel.</desc>
+                                       <desc>A file URL to address an external 
bitmap file used for big toolbox buttons. Standard size of an big image is 
26x26 pixel.</desc>
                                </info>
                        </prop>
                        <prop oor:name="ImageSmallHCURL" oor:type="xs:string">
@@ -385,11 +385,11 @@
                                <desc>Contains a list of merge toolbar 
instructions defined by an Add-On which specify how to merge toolbar items into 
an existing toolbar.</desc>
                        </info>
                </set>
-        <set oor:name="MergeStatusBarItems" 
oor:node-type="MergeStatusBarInstruction">
-            <info>
-                <desc>Contains a list of merge status bar instructions defined 
by an Add-On which specify how to merge status bar items into an existing 
status bar.</desc>
-            </info>
-        </set>
+               <set oor:name="MergeStatusBarItems" 
oor:node-type="MergeStatusBarInstruction">
+                       <info>
+                               <desc>Contains a list of merge status bar 
instructions defined by an Add-On which specify how to merge status bar items 
into an existing status bar.</desc>
+                       </info>
+               </set>
        </templates>
        <component>
                <group oor:name="AddonUI">
@@ -398,7 +398,7 @@
                        </info>
                        <set oor:name="AddonMenu" oor:node-type="MenuItem">
                                <info>
-                                       <desc>Contains the structure of the 
addon menu used by the Office. It provide functions of external components to 
the user.</desc>
+                                       <desc>Contains the structure of the 
addon menu used by the Office. It provides functions of external components to 
the user.</desc>
                                </info>
                        </set>
                        <set oor:name="Images" oor:node-type="Images">
@@ -408,7 +408,7 @@
                        </set>
                        <set oor:name="OfficeMenuBar" oor:node-type="PopupMenu">
                                <info>
-                                       <desc>Contains the structure of addon 
popup-menus inserted into the Office menubar. It provide functions of external 
components to the user.</desc>
+                                       <desc>Contains the structure of addon 
popup-menus inserted into the Office menubar. It provides functions of external 
components to the user.</desc>
                                </info>
                        </set>
                        <set oor:name="OfficeMenuBarMerging" 
oor:node-type="MergeMenuItems">
@@ -417,23 +417,23 @@
                                </info>
                        </set>
                        <set oor:name="OfficeToolBar" oor:node-type="ToolBar">
-                <info>
-                    <desc>Contains a lists of addon toolbars.</desc>
-                </info>
+                               <info>
+                                       <desc>Contains a lists of addon 
toolbars.</desc>
+                               </info>
                        </set>
                        <set oor:name="OfficeToolbarMerging" 
oor:node-type="MergeToolBarItems">
-                           <info>
-                               <desc>Contains a list of toolbar merging 
instructions of different add-ons. </desc>
-                           </info>
+                               <info>
+                                       <desc>Contains a list of toolbar 
merging instructions of different add-ons.</desc>
+                               </info>
+                       </set>
+                       <set oor:name="OfficeStatusbarMerging" 
oor:node-type="MergeStatusBarItems">
+                               <info>
+                                       <desc>Contains a list of status bar 
merging instructions of different add-ons.</desc>
+                               </info>
                        </set>
-            <set oor:name="OfficeStatusbarMerging" 
oor:node-type="MergeStatusBarItems">
-                <info>
-                    <desc>Contains a list of status bar merging instructions 
of different add-ons. </desc>
-                </info>
-            </set>
                        <set oor:name="OfficeHelp" oor:node-type="MenuItem">
                                <info>
-                                       <desc>Contains a list of functions 
inserted into the Office help menu. The optional property 'Submeno' will be 
ignored for this set.</desc>
+                                       <desc>Contains a list of functions 
inserted into the Office help menu. The optional property 'Submenu' will be 
ignored for this set.</desc>
                                </info>
                        </set>
                </group>
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Events.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/Events.xcs
index d605fff551..fb43d63b52 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Events.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Events.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,22 +8,22 @@
  * 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="Events" 
oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
-               <author>dfoster</author>
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; oor:name="Events" 
oor:package="org.openoffice.Office" xml:lang="en-US">
+       <info>
                <desc>Contains the global event bindings.</desc>
        </info>
        <templates>
diff --git 
a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
index 91dff9d90f..75e9975aea 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
@@ -23,50 +23,49 @@
 
 <!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="ExtensionManager" oor:package="org.openoffice.Office" 
xml:lang="en-US">
-    <info>
-        <author>JL</author>
-        <desc>Contains information for the Extension Manager.</desc>
-    </info>
-    <templates>
-        <group oor:name="UpdateInfo">
-            <info>
-                <desc>Holds the information about updates for 
extensions.</desc>
-            </info>
-            <prop oor:name="Version" oor:type="xs:string" 
oor:localized="false">
-                <info>
-                    <desc>The version of the extension</desc>
-                </info>
-            </prop>
-        </group>
-    </templates>
-    <component>
-        <group oor:name="ExtensionRepositories">
-            <info>
-                <desc>Information about repositories for extensions.</desc>
-            </info>
-            <prop oor:name="WebsiteLink" oor:type="xs:string">
-                <info>
-                    <desc>This links is used from the Extension Manager. A 
user can click on the &amp;Download extensions...&amp;
-                        control so that a browser is opened which displayed 
the website to which directs this URL.
-                    </desc>
-                </info>
-                <value></value>
-            </prop>
-        </group>
-        <group oor:name="ExtensionUpdateData">
-            <info>
-                <desc>Contains information about available or ignored updates 
for extensions."</desc>
-            </info>
-            <set oor:name="AvailableUpdates" oor:node-type="UpdateInfo">
-                <info>
-                    <desc>This set lists all known updates for extensions, 
which where not applied yet.</desc>
-                </info>
-            </set>
-            <set oor:name="IgnoredUpdates" oor:node-type="UpdateInfo">
-                <info>
-                    <desc>This set lists all updates for extensions which the 
user wanted to ignore.</desc>
-                </info>
-            </set>
-        </group>
-    </component>
+       <info>
+               <desc>Contains information for the Extension Manager.</desc>
+       </info>
+       <templates>
+               <group oor:name="UpdateInfo">
+                       <info>
+                               <desc>Holds the information about updates for 
extensions.</desc>
+                       </info>
+                       <prop oor:name="Version" oor:type="xs:string" 
oor:localized="false">
+                               <info>
+                                       <desc>The version of the 
extension</desc>
+                               </info>
+                       </prop>
+               </group>
+       </templates>
+       <component>
+               <group oor:name="ExtensionRepositories">
+                       <info>
+                               <desc>Information about repositories for 
extensions.</desc>
+                       </info>
+                       <prop oor:name="WebsiteLink" oor:type="xs:string">
+                               <info>
+                                       <desc>This links is used from the 
Extension Manager. A user can click on the &amp;Download extensions...&amp;
+                                               control so that a browser is 
opened which displayed the website to which directs this URL.
+                                       </desc>
+                               </info>
+                               <value></value>
+                       </prop>
+               </group>
+               <group oor:name="ExtensionUpdateData">
+                       <info>
+                               <desc>Contains information about available or 
ignored updates for extensions."</desc>
+                       </info>
+                       <set oor:name="AvailableUpdates" 
oor:node-type="UpdateInfo">
+                               <info>
+                                       <desc>This set lists all known updates 
for extensions, which where not applied yet.</desc>
+                               </info>
+                       </set>
+                       <set oor:name="IgnoredUpdates" 
oor:node-type="UpdateInfo">
+                               <info>
+                                       <desc>This set lists all updates for 
extensions which the user wanted to ignore.</desc>
+                               </info>
+                       </set>
+               </group>
+       </component>
 </oor:component-schema>
diff --git 
a/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
index 7e343a4541..c28dd6f214 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.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,134 +8,133 @@
  * 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="WindowState" 
oor:package="org.openoffice.Office.UI" xml:lang="en-US">
-    <info>
-               <author>CD</author>
+       <info>
                <desc>Contains state information of all dockable user interface 
elements based on a Window class.</desc>
        </info>
        <templates>
-        <group oor:name="WindowStateType">
-            <info>
-                <desc>Provides a mapping between commands and their textual 
representation on the user interface.</desc>
-            </info>
-            <prop oor:name="Locked" oor:type="xs:boolean">
-                <info>
-                    <desc>A locked user interface element cannot be moved or 
undocked by the user. This property is only active when the user interface 
element is in a docked state.</desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="Docked" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies if the user interface element is currently 
docked.</desc>
-                </info>
-                <value>true</value>
-            </prop>
-            <prop oor:name="Visible" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies if the user interface element is 
visible.</desc>
-                </info>
-            </prop>
-            <prop oor:name="ContextSensitive" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies if the user interface element is context 
sensitive. This controls if the Office shows the user interface element </desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="HideFromToolbarMenu" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies if a toolbar should not be shown inside 
the View - Toolbars menu.</desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="DockingArea" oor:type="xs:int">
-                <info>
-                    <desc>Specifies the docking area to which a user interface 
element belongs to. Only valid if 'Docked' is true. Top docking area=0, 
bottom=1, left=2, right=3.</desc>
-                </info>
-            </prop>            
-            <prop oor:name="DockPos" oor:type="xs:string">
-                <info>
-                    <desc>Specifies the position of a docked user interface 
element. For top/bottom docked elements X describes a pixel position and Y the 
row number, left/right docked elements uses X for the column and Y for the 
pixel position. X and Y coordinates must be splitted by an comma.</desc>
-                </info>
-            </prop>
-            <prop oor:name="DockSize" oor:type="xs:string">
-                <info>
-                    <desc>Not used.</desc>
-                </info>
-            </prop>
-            <prop oor:name="Pos" oor:type="xs:string">
-                <info>
-                    <desc>Specifies the position of a floating user interface 
element in pixel. X and Y coordinates must be splitted by an comma and are 
relative to the document frame.</desc>
-                </info>
-            </prop>
-            <prop oor:name="Size" oor:type="xs:string">
-                <info>
-                    <desc>Specifies the size of a floating user interface 
element in pixel. The real size can differ if the layout manager decides to 
resize it due to current circumenstances. Width and height must be splitted by 
an comma.</desc>
-                </info>
-            </prop>            
-            <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
-                <info>
-                    <desc>Specifies the user interface element name. It is 
used for floating user interface elements to set the title and for the bubble 
help.</desc>
-                </info>
-            </prop>
-            <prop oor:name="ImageURL" oor:type="xs:string">
-              <info>
-                <desc>Specifies the URL of an image to associate with the user 
interface element. Any URL scheme supported by the 
com.sun.star.graphic.GraphicProvider service
-                is suitable here.</desc>
-              </info>
-              <value></value>
-            </prop>
-            <prop oor:name="HelpURL" oor:type="xs:string">
-              <info>
-                <desc>
-                  Specifies the help URL of the tool panel.
-                </desc>
-              </info>
-              <value></value>
-            </prop>
-            <prop oor:name="InternalState" oor:type="xs:int">
-                <info>
-                    <desc>Specifies an internal state for the user interface 
element. Please don't change this value it describes an internal value.</desc>
-                </info>
-            </prop>
-            <prop oor:name="Style" oor:type="xs:int">
-                <info>
-                    <desc>Specifies the style of a toolbar. This property is 
only used by toolbar user interface elements. 0 = symbol buttons, 1 = text 
buttons, 2 = symbols+text buttons</desc>
-                </info>
-                <value>0</value>
-            </prop>
-            <prop oor:name="NoClose" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies that a user interface element shouldn't 
have a closer. This property is only used by toolbars or floating window user 
interface elements.</desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="SoftClose" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies that a user interface element shouldn't be 
closed forever. This is useful for context sensitive ui elements which must be 
visible whenever their context is active. This property is only used by 
toolbars or floating window user interface elements.</desc>
-                </info>
-                <value>false</value>
-            </prop>
-            <prop oor:name="ContextActive" oor:type="xs:boolean">
-                <info>
-                    <desc>Specifies if a context sensitive user interface 
element is currently bound to its context. This property can be used to disable 
context sensitivity without losing the information that a user interface 
element is normally context sensitive.</desc>
-                </info>
-                <value>true</value>
-            </prop>
-        </group>
+               <group oor:name="WindowStateType">
+                       <info>
+                               <desc>Provides a mapping between commands and 
their textual representation on the user interface.</desc>
+                       </info>
+                       <prop oor:name="Locked" oor:type="xs:boolean">
+                               <info>
+                                       <desc>A locked user interface element 
cannot be moved or undocked by the user. This property is only active when the 
user interface element is in a docked state.</desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="Docked" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies if the user interface 
element is currently docked.</desc>
+                               </info>
+                               <value>true</value>
+                       </prop>
+                       <prop oor:name="Visible" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies if the user interface 
element is visible.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="ContextSensitive" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies if the user interface 
element is context sensitive. This controls if the Office shows the user 
interface element </desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="HideFromToolbarMenu" 
oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies if a toolbar should not 
be shown inside the View - Toolbars menu.</desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="DockingArea" oor:type="xs:int">
+                               <info>
+                                       <desc>Specifies the docking area to 
which a user interface element belongs to. Only valid if 'Docked' is true. Top 
docking area=0, bottom=1, left=2, right=3.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="DockPos" oor:type="xs:string">
+                               <info>
+                                       <desc>Specifies the position of a 
docked user interface element. For top/bottom docked elements X describes a 
pixel position and Y the row number, left/right docked elements uses X for the 
column and Y for the pixel position. X and Y coordinates must be split by a 
comma.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="DockSize" oor:type="xs:string">
+                               <info>
+                                       <desc>Not used.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="Pos" oor:type="xs:string">
+                               <info>
+                                       <desc>Specifies the position of a 
floating user interface element in pixel. X and Y coordinates must be split by 
a comma and are relative to the document frame.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="Size" oor:type="xs:string">
+                               <info>
+                                       <desc>Specifies the size of a floating 
user interface element in pixel. The real size can differ if the layout manager 
decides to resize it due to current circumstances. Width and height must be 
split by a comma.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="UIName" oor:type="xs:string" 
oor:localized="true">
+                               <info>
+                                       <desc>Specifies the user interface 
element name. It is used for floating user interface elements to set the title 
and for the bubble help.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="ImageURL" oor:type="xs:string">
+                               <info>
+                                       <desc>Specifies the URL of an image to 
associate with the user interface element. Any URL scheme supported by the 
com.sun.star.graphic.GraphicProvider service
+                                       is suitable here.</desc>
+                               </info>
+                               <value></value>
+                       </prop>
+                       <prop oor:name="HelpURL" oor:type="xs:string">
+                               <info>
+                                       <desc>
+                                               Specifies the help URL of the 
tool panel.
+                                       </desc>
+                               </info>
+                               <value></value>
+                       </prop>
+                       <prop oor:name="InternalState" oor:type="xs:int">
+                               <info>
+                                       <desc>Specifies an internal state for 
the user interface element. Please don't change this value, it describes an 
internal value.</desc>
+                               </info>
+                       </prop>
+                       <prop oor:name="Style" oor:type="xs:int">
+                               <info>
+                                       <desc>Specifies the style of a toolbar. 
This property is only used by toolbar user interface elements. 0 = symbol 
buttons, 1 = text buttons, 2 = symbols+text buttons</desc>
+                               </info>
+                               <value>0</value>
+                       </prop>
+                       <prop oor:name="NoClose" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies that a user interface 
element shouldn't have a closer. This property is only used by toolbars or 
floating window user interface elements.</desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="SoftClose" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies that a user interface 
element shouldn't be closed forever. This is useful for context sensitive ui 
elements which must be visible whenever their context is active. This property 
is only used by toolbars or floating window user interface elements.</desc>
+                               </info>
+                               <value>false</value>
+                       </prop>
+                       <prop oor:name="ContextActive" oor:type="xs:boolean">
+                               <info>
+                                       <desc>Specifies if a context sensitive 
user interface element is currently bound to its context. This property can be 
used to disable context sensitivity without losing the information that a user 
interface element is normally context sensitive.</desc>
+                               </info>
+                               <value>true</value>
+                       </prop>
+               </group>
        </templates>
        <component/>
 </oor:component-schema>


Reply via email to