[openoffice] branch AOO42X updated: Fixed typos, removed whitespace

2021-11-07 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
 new 3e459a3  Fixed typos, removed whitespace
3e459a3 is described below

commit 3e459a30a654402b4a609149977e2ed08ff61a31
Author: mseidel 
AuthorDate: Sun Nov 7 12:13:16 2021 +0100

Fixed typos, removed whitespace

(cherry picked from commit bdbe0d937ac38513c387a6a64cf77aa99045553f)
---
 .../sd/source/ui/inc/taskpane/ControlContainer.hxx | 284 ++--
 main/sd/source/ui/inc/taskpane/ScrollPanel.hxx | 270 +--
 .../ui/inc/taskpane/SlideSorterCacheDisplay.hxx| 210 +++
 main/sd/source/ui/inc/taskpane/SubToolPanel.hxx| 156 +--
 .../ui/inc/taskpane/TaskPaneControlFactory.hxx |  50 ++--
 .../sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx | 286 ++---
 main/sd/source/ui/inc/taskpane/TitleBar.hxx| 230 -
 main/sd/source/ui/inc/taskpane/TitledControl.hxx   | 224 
 .../source/ui/inc/taskpane/ToolPanelViewShell.hxx  | 174 ++---
 9 files changed, 942 insertions(+), 942 deletions(-)

diff --git a/main/sd/source/ui/inc/taskpane/ControlContainer.hxx 
b/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
index 5403ade..c962d64 100644
--- a/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
+++ b/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * 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
@@ -7,16 +7,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.
- * 
+ *
  */
 
 
@@ -35,157 +35,157 @@ namespace sd { namespace toolpanel {
 
 class TreeNode;
 
-/** This container manages the children of a TreeNode.  It handles the
-expansion and visibility state of its child controls.  The container
-does not do the layouting or painting of the controls.  Instead it asks
-its owner to do that.
+/** This container manages the children of a TreeNode. It handles the
+   expansion and visibility state of its child controls. The container
+   does not do the layouting or painting of the controls. Instead it asks
+   its owner to do that.
 
-The difference between expansion state and visibility is that when a
-control is collapsed at least a title bar is shown for it.  When it is
-not visible then even this title bar is not shown.  In that case the
-user can not expand the control.  A control has to be visible in order
-to be expanded or collapsed.
+   The difference between expansion state and visibility is that when a
+   control is collapsed at least a title bar is shown for it. When it is
+   not visible then even this title bar is not shown. In that case the
+   user can not expand the control. A control has to be visible in order
+   to be expanded or collapsed.
 
-Whenever you expand or collapse, show or hide a child control then use
-this container class.  Do not call the respective methods of the child
-directly.
+   Whenever you expand or collapse, show or hide a child control then use
+   this container class. Do not call the respective methods of the child
+   directly.
 */
 class ControlContainer
 {
 public:
-enum VisibilityState { VS_SHOW, VS_HIDE, VS_TOGGLE };
-enum ExpansionState { ES_EXPAND, ES_COLLAPSE, ES_TOGGLE };
-
-/** Create a new control container.
-@param pParent
-This node is asked to re-calculate the size of its children when
-a child of this container is expanded or collapsed.
-*/
-ControlContainer (TreeNode* pNode);
-
-virtual ~ControlContainer (void);
-
-/** This is function makes sure that all children are deleted.  Call
-this function from the destructor of a sub class to have all child
-windows deleted before the destructor of another base class of that
-sub class is called.  When that other base class is some kind of a
-window it would otherwise complain that there are living children.
-*/
-void DeleteChildren (void);
-
-/** 

[openoffice] branch trunk updated: Fixed typos, removed whitespace

2021-11-07 Thread mseidel
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 bdbe0d9  Fixed typos, removed whitespace
bdbe0d9 is described below

commit bdbe0d937ac38513c387a6a64cf77aa99045553f
Author: mseidel 
AuthorDate: Sun Nov 7 12:13:16 2021 +0100

Fixed typos, removed whitespace
---
 .../sd/source/ui/inc/taskpane/ControlContainer.hxx | 284 ++--
 main/sd/source/ui/inc/taskpane/ScrollPanel.hxx | 270 +--
 .../ui/inc/taskpane/SlideSorterCacheDisplay.hxx| 210 +++
 main/sd/source/ui/inc/taskpane/SubToolPanel.hxx| 156 +--
 .../ui/inc/taskpane/TaskPaneControlFactory.hxx |  50 ++--
 .../sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx | 286 ++---
 main/sd/source/ui/inc/taskpane/TitleBar.hxx| 230 -
 main/sd/source/ui/inc/taskpane/TitledControl.hxx   | 224 
 .../source/ui/inc/taskpane/ToolPanelViewShell.hxx  | 174 ++---
 9 files changed, 942 insertions(+), 942 deletions(-)

diff --git a/main/sd/source/ui/inc/taskpane/ControlContainer.hxx 
b/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
index 5403ade..c962d64 100644
--- a/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
+++ b/main/sd/source/ui/inc/taskpane/ControlContainer.hxx
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * 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
@@ -7,16 +7,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.
- * 
+ *
  */
 
 
@@ -35,157 +35,157 @@ namespace sd { namespace toolpanel {
 
 class TreeNode;
 
-/** This container manages the children of a TreeNode.  It handles the
-expansion and visibility state of its child controls.  The container
-does not do the layouting or painting of the controls.  Instead it asks
-its owner to do that.
+/** This container manages the children of a TreeNode. It handles the
+   expansion and visibility state of its child controls. The container
+   does not do the layouting or painting of the controls. Instead it asks
+   its owner to do that.
 
-The difference between expansion state and visibility is that when a
-control is collapsed at least a title bar is shown for it.  When it is
-not visible then even this title bar is not shown.  In that case the
-user can not expand the control.  A control has to be visible in order
-to be expanded or collapsed.
+   The difference between expansion state and visibility is that when a
+   control is collapsed at least a title bar is shown for it. When it is
+   not visible then even this title bar is not shown. In that case the
+   user can not expand the control. A control has to be visible in order
+   to be expanded or collapsed.
 
-Whenever you expand or collapse, show or hide a child control then use
-this container class.  Do not call the respective methods of the child
-directly.
+   Whenever you expand or collapse, show or hide a child control then use
+   this container class. Do not call the respective methods of the child
+   directly.
 */
 class ControlContainer
 {
 public:
-enum VisibilityState { VS_SHOW, VS_HIDE, VS_TOGGLE };
-enum ExpansionState { ES_EXPAND, ES_COLLAPSE, ES_TOGGLE };
-
-/** Create a new control container.
-@param pParent
-This node is asked to re-calculate the size of its children when
-a child of this container is expanded or collapsed.
-*/
-ControlContainer (TreeNode* pNode);
-
-virtual ~ControlContainer (void);
-
-/** This is function makes sure that all children are deleted.  Call
-this function from the destructor of a sub class to have all child
-windows deleted before the destructor of another base class of that
-sub class is called.  When that other base class is some kind of a
-window it would otherwise complain that there are living children.
-*/
-void DeleteChildren (void);
-
-/** Add the given control to the set of controls managed by the
-container.  

buildbot success in on openoffice-win7

2021-11-07 Thread buildbot
The Buildbot has detected a restored build on builder openoffice-win7 while 
building . Full details are available at:
https://ci.apache.org/builders/openoffice-win7/builds/729

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-win10

Build Reason: The Nightly scheduler named 'openoffice-win7-nightly' triggered 
this build
Build Source Stamp: [branch trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot