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 327b9033f2 Cleanup
327b9033f2 is described below

commit 327b9033f29b6300dd9f1ce6291a9de32ce47fee
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Sep 12 16:42:55 2024 +0200

    Cleanup
    
    (cherry picked from commit abddca1fc6554c2522bf498da9a49c75c6c0efbb)
---
 main/sfx2/Library_sfx.mk       | 18 ++++++++----------
 main/sw/AllLangResTarget_sw.mk | 16 ++++++++--------
 2 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/main/sfx2/Library_sfx.mk b/main/sfx2/Library_sfx.mk
index fc8538cf92..c9d3598f0a 100644
--- a/main/sfx2/Library_sfx.mk
+++ b/main/sfx2/Library_sfx.mk
@@ -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.
-#  
+#
 #**************************************************************
 
-
-
 $(eval $(call gb_Library_Library,sfx))
 
 $(eval $(call gb_Library_add_package_headers,sfx,\
@@ -275,7 +273,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
        sfx2/source/view/viewsh \
 ))
 
-# i116803: crash in impress when
+# i116803: crash in Impress when
 # "opening stylist, select graphic style, select modify from context menu, 
cancel dialog, close stylist"
 # only on unxlngi6 and unxlngi6.pro platform
 ifeq ($(OS),LINUX)
@@ -308,12 +306,12 @@ endif
 
 ifeq ($(OS),OS2)
 $(eval $(call gb_Library_add_exception_objects,sfx,\
-    sfx2/source/appl/shutdowniconOs2 \
+       sfx2/source/appl/shutdowniconOs2 \
 ))
 endif
 ifeq ($(OS),MACOSX)
 $(eval $(call gb_Library_add_objcxxobjects,sfx,\
-    sfx2/source/appl/shutdowniconaqua \
+       sfx2/source/appl/shutdowniconaqua \
 ))
 $(eval $(call gb_Library_add_linked_libs,sfx,\
        objc \
@@ -350,5 +348,5 @@ $(eval $(call gb_Library_add_cxxobjects,sfx,\
 ))
 
 endif
-# vim: set noet sw=4 ts=4:
 
+# vim: set noet sw=4 ts=4:
diff --git a/main/sw/AllLangResTarget_sw.mk b/main/sw/AllLangResTarget_sw.mk
index 3ffaa98441..f729cfebb5 100644
--- a/main/sw/AllLangResTarget_sw.mk
+++ b/main/sw/AllLangResTarget_sw.mk
@@ -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.
-#  
+#
 #**************************************************************
 
-
-
 $(eval $(call gb_AllLangResTarget_AllLangResTarget,sw))
 
 $(eval $(call gb_AllLangResTarget_add_srs,sw,\
@@ -103,8 +101,8 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\
        sw/source/ui/dialog/wordcountdialog.src \
        sw/source/ui/dochdl/dochdl.src \
        sw/source/ui/dochdl/selglos.src \
-    sw/source/ui/docvw/annotation.src \
-    sw/source/ui/docvw/access.src \
+       sw/source/ui/docvw/annotation.src \
+       sw/source/ui/docvw/access.src \
        sw/source/ui/docvw/docvw.src \
        sw/source/ui/envelp/envelp.src \
        sw/source/ui/envelp/envfmt.src \
@@ -181,3 +179,5 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\
        sw/source/ui/web/web.src \
        sw/source/ui/wrtsh/wrtsh.src \
 ))
+
+# vim: set noet sw=4 ts=4:

Reply via email to