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

2021-11-28 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 23d0572  Fixed typos, removed whitespace
23d0572 is described below

commit 23d0572fc74fa4bb0beab811ea675698affc4d46
Author: mseidel 
AuthorDate: Sun Nov 28 10:25:34 2021 +0100

Fixed typos, removed whitespace

(cherry picked from commit 090aaae739f944b4fb7197c55bd7d8d282d83cba)
---
 main/sd/source/ui/dlg/AnimationChildWindow.cxx |  22 +-
 main/sd/source/ui/dlg/animobjs.cxx | 268 -
 main/sd/source/ui/dlg/assclass.cxx |  16 +-
 main/sd/source/ui/dlg/brkdlg.cxx   |  60 +++---
 main/sd/source/ui/dlg/copydlg.cxx  |  86 
 5 files changed, 218 insertions(+), 234 deletions(-)

diff --git a/main/sd/source/ui/dlg/AnimationChildWindow.cxx 
b/main/sd/source/ui/dlg/AnimationChildWindow.cxx
index 3831076..d82c4aa 100644
--- a/main/sd/source/ui/dlg/AnimationChildWindow.cxx
+++ b/main/sd/source/ui/dlg/AnimationChildWindow.cxx
@@ -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.
- * 
+ *
  */
 
 
@@ -38,20 +38,18 @@ namespace sd {
 SFX_IMPL_DOCKINGWINDOW(AnimationChildWindow, SID_ANIMATION_OBJECTS)
 
 /*
-|*
 |* Ableitung vom SfxChildWindow als "Behaelter" fuer Animator
-|*
 \/
 
 AnimationChildWindow::AnimationChildWindow(
-::Window* _pParent,
-sal_uInt16 nId,
-SfxBindings* pBindings,
-SfxChildWinInfo* pInfo ) 
-: SfxChildWindow( _pParent, nId )
+   ::Window* _pParent,
+   sal_uInt16 nId,
+   SfxBindings* pBindings,
+   SfxChildWinInfo* pInfo )
+   : SfxChildWindow( _pParent, nId )
 {
AnimationWindow* pAnimWin = new AnimationWindow(
-pBindings, this, _pParent, SdResId( FLT_WIN_ANIMATION ) );
+   pBindings, this, _pParent, SdResId( FLT_WIN_ANIMATION ) );
pWindow = pAnimWin;
 
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
diff --git a/main/sd/source/ui/dlg/animobjs.cxx 
b/main/sd/source/ui/dlg/animobjs.cxx
index 75eeab2..08486e9 100644
--- a/main/sd/source/ui/dlg/animobjs.cxx
+++ b/main/sd/source/ui/dlg/animobjs.cxx
@@ -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.
- * 
+ *
  */
 
 
@@ -26,7 +26,7 @@
 #include 
 #include 
 
-#define _ANIMATION //animation freischalten
+#define _ANIMATION // animation freischalten
 
 #define _SV_BITMAPEX
 #include 
@@ -51,11 +51,11 @@
 #include "res_bmp.hrc"
 #include "ViewShell.hxx"
 
-#ifndef _SV_SVAPP_HXX_ 
+#ifndef _SV_SVAPP_HXX_
 #include 
 #endif
 
-// #42894# 
+// #42894#
 #include 
 
 #include 
@@ -134,9 +134,9 @@ void SdDisplay::DataChanged( const DataChangedEvent& rDCEvt 
)
{
const StyleSettings& rStyles = 
Application::GetSettings().GetStyleSettings();
SetBackground( Wallpaper( Color( rStyles.GetFieldColor() ) ) );
-   SetDrawMode( 
GetSettings().GetStyleSettings().GetHighContrastMode() 
-? 

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

2021-11-28 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 090aaae  Fixed typos, removed whitespace
090aaae is described below

commit 090aaae739f944b4fb7197c55bd7d8d282d83cba
Author: mseidel 
AuthorDate: Sun Nov 28 10:25:34 2021 +0100

Fixed typos, removed whitespace
---
 main/sd/source/ui/dlg/AnimationChildWindow.cxx |  22 +-
 main/sd/source/ui/dlg/animobjs.cxx | 268 -
 main/sd/source/ui/dlg/assclass.cxx |  16 +-
 main/sd/source/ui/dlg/brkdlg.cxx   |  60 +++---
 main/sd/source/ui/dlg/copydlg.cxx  |  86 
 5 files changed, 218 insertions(+), 234 deletions(-)

diff --git a/main/sd/source/ui/dlg/AnimationChildWindow.cxx 
b/main/sd/source/ui/dlg/AnimationChildWindow.cxx
index 3831076..d82c4aa 100644
--- a/main/sd/source/ui/dlg/AnimationChildWindow.cxx
+++ b/main/sd/source/ui/dlg/AnimationChildWindow.cxx
@@ -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.
- * 
+ *
  */
 
 
@@ -38,20 +38,18 @@ namespace sd {
 SFX_IMPL_DOCKINGWINDOW(AnimationChildWindow, SID_ANIMATION_OBJECTS)
 
 /*
-|*
 |* Ableitung vom SfxChildWindow als "Behaelter" fuer Animator
-|*
 \/
 
 AnimationChildWindow::AnimationChildWindow(
-::Window* _pParent,
-sal_uInt16 nId,
-SfxBindings* pBindings,
-SfxChildWinInfo* pInfo ) 
-: SfxChildWindow( _pParent, nId )
+   ::Window* _pParent,
+   sal_uInt16 nId,
+   SfxBindings* pBindings,
+   SfxChildWinInfo* pInfo )
+   : SfxChildWindow( _pParent, nId )
 {
AnimationWindow* pAnimWin = new AnimationWindow(
-pBindings, this, _pParent, SdResId( FLT_WIN_ANIMATION ) );
+   pBindings, this, _pParent, SdResId( FLT_WIN_ANIMATION ) );
pWindow = pAnimWin;
 
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
diff --git a/main/sd/source/ui/dlg/animobjs.cxx 
b/main/sd/source/ui/dlg/animobjs.cxx
index 75eeab2..08486e9 100644
--- a/main/sd/source/ui/dlg/animobjs.cxx
+++ b/main/sd/source/ui/dlg/animobjs.cxx
@@ -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.
- * 
+ *
  */
 
 
@@ -26,7 +26,7 @@
 #include 
 #include 
 
-#define _ANIMATION //animation freischalten
+#define _ANIMATION // animation freischalten
 
 #define _SV_BITMAPEX
 #include 
@@ -51,11 +51,11 @@
 #include "res_bmp.hrc"
 #include "ViewShell.hxx"
 
-#ifndef _SV_SVAPP_HXX_ 
+#ifndef _SV_SVAPP_HXX_
 #include 
 #endif
 
-// #42894# 
+// #42894#
 #include 
 
 #include 
@@ -134,9 +134,9 @@ void SdDisplay::DataChanged( const DataChangedEvent& rDCEvt 
)
{
const StyleSettings& rStyles = 
Application::GetSettings().GetStyleSettings();
SetBackground( Wallpaper( Color( rStyles.GetFieldColor() ) ) );
-   SetDrawMode( 
GetSettings().GetStyleSettings().GetHighContrastMode() 
-? ViewShell::OUTPUT_DRAWMODE_CONTRAST 
-: ViewShell::OUTPUT_DRAWMODE_COLOR );
+