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 d2e28ad8de Minor cleanup
d2e28ad8de is described below

commit d2e28ad8debdb92b82fce5af8d7ecd6c08d62cdd
Author: mseidel <msei...@apache.org>
AuthorDate: Tue Jan 28 15:23:02 2025 +0100

    Minor cleanup
---
 main/set_soenv.in                |  8 ++++----
 main/sw/source/ui/inc/textsh.hxx | 24 ++++++++++++------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/main/set_soenv.in b/main/set_soenv.in
index 3d75ab2beb..189b6afdfe 100644
--- a/main/set_soenv.in
+++ b/main/set_soenv.in
@@ -115,7 +115,7 @@ my ( $dmake, $build, $build_client, $nmake, $mkout, 
$deliver, $zipdep );
 #
 
 #-------------------------------------------------------------
-# IIIa. Initialising constants.
+# IIIa. Initializing constants.
 #-------------------------------------------------------------
 #
 # $platform is needed for PathFormat()
@@ -131,7 +131,7 @@ $unset          = "unset";          # msdos batch file 
command
 $set            = "set";            # msdos batch file command
 $ds             = "/";              # directory separator
 $ps             = ":";              # path separator
-$wps            = ":";              # path separator, will be set to ';' for 
windows later.
+$wps            = ":";              # path separator, will be set to ';' for 
Windows later.
 $cur_dir        = ".";              # current directory
 $par_dir        = "..";             # parent directory
 $I              = " -I";            # include search path
@@ -161,7 +161,7 @@ my @unixroot='@unixroot';
 
 #
 #--------------------------------------------------------------------
-# IV. Initialise the warning container and print a note to the user.
+# IV. Initialize the warning container and print a note to the user.
 #--------------------------------------------------------------------
 #
 # Add the configure (pre-requisite) warnings to the warning container
@@ -177,7 +177,7 @@ print ("Setting up the environment for building Apache 
OpenOffice $newline");
 # A. Checking the platform first.
 #
 # get perls idea for OS
-# needed to differentiate cygwin/native perl on windows
+# needed to differentiate cygwin/native perl on Windows
 $perl_os = $^O;
 
 #
diff --git a/main/sw/source/ui/inc/textsh.hxx b/main/sw/source/ui/inc/textsh.hxx
index d83196b010..ad05644c67 100644
--- a/main/sw/source/ui/inc/textsh.hxx
+++ b/main/sw/source/ui/inc/textsh.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,20 +7,18 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef _SWTEXTSH_HXX
 #define _SWTEXTSH_HXX
 
@@ -34,14 +32,14 @@ class SwTextShell: public SwBaseShell
 {
        SwFldMgr*       pPostItFldMgr;
 
-    void InsertSymbol( SfxRequest& );
+       void InsertSymbol( SfxRequest& );
        void InsertHyperlink( const SvxHyperlinkItem& rHlnkItem );
        bool InsertMediaDlg( SfxRequest& );
-    void ChangeHeaderOrFooter(
-        const String& rStyleName,
-        sal_Bool bHeader,
-        sal_Bool bOn,
-        sal_Bool bShowWarning );
+       void ChangeHeaderOrFooter(
+               const String& rStyleName,
+               sal_Bool bHeader,
+               sal_Bool bOn,
+               sal_Bool bShowWarning );
 
 public:
 
@@ -90,3 +88,5 @@ public:
 };
 
 #endif
+
+/* vim: set noet sw=4 ts=4: */

Reply via email to