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 f643fcd576 Small cleanup
f643fcd576 is described below

commit f643fcd5765b4bb96dcad9acc6bcbda4c13ce1bf
Author: mseidel <msei...@apache.org>
AuthorDate: Sun Feb 2 18:02:53 2025 +0100

    Small cleanup
    
    (cherry picked from commit 13869f0fe35d573de751c832c1c04e2b5336ee69)
---
 main/extras/source/gallery/bullets/makefile.mk   |  15 +++++++--------
 main/extras/source/gallery/bullets/popcorn_1.gif | Bin 1005 -> 1001 bytes
 main/extras/source/gallery/bullets/popcorn_2.gif | Bin 1249 -> 1237 bytes
 main/extras/source/gallery/makefile.mk           |  23 +++++++----------------
 4 files changed, 14 insertions(+), 24 deletions(-)

diff --git a/main/extras/source/gallery/bullets/makefile.mk 
b/main/extras/source/gallery/bullets/makefile.mk
index a5d2588c09..dd736acda9 100644
--- a/main/extras/source/gallery/bullets/makefile.mk
+++ b/main/extras/source/gallery/bullets/makefile.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,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.
-#  
+#
 #**************************************************************
 
 PRJ=..$/..$/..
@@ -27,10 +27,9 @@ TARGET=gallerybullets
 .INCLUDE : settings.mk
 .INCLUDE : $(PRJ)$/util$/target.pmk
 
-ZIP1TARGET      = $(GALLERY_BULLETS_TARGET)
-ZIP1LIST        = * -x makefile.*
+ZIP1TARGET = $(GALLERY_BULLETS_TARGET)
+ZIP1LIST = * -x makefile.*
 
 .INCLUDE : target.mk
 
-
-
+# vim: set noet sw=4 ts=4:
diff --git a/main/extras/source/gallery/bullets/popcorn_1.gif 
b/main/extras/source/gallery/bullets/popcorn_1.gif
index 273f685d9b..c7199fb60f 100644
Binary files a/main/extras/source/gallery/bullets/popcorn_1.gif and 
b/main/extras/source/gallery/bullets/popcorn_1.gif differ
diff --git a/main/extras/source/gallery/bullets/popcorn_2.gif 
b/main/extras/source/gallery/bullets/popcorn_2.gif
index 20ef72b26f..389d47a050 100644
Binary files a/main/extras/source/gallery/bullets/popcorn_2.gif and 
b/main/extras/source/gallery/bullets/popcorn_2.gif differ
diff --git a/main/extras/source/gallery/makefile.mk 
b/main/extras/source/gallery/makefile.mk
index ed53759355..7d3e03b9b5 100644
--- a/main/extras/source/gallery/makefile.mk
+++ b/main/extras/source/gallery/makefile.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,23 +7,20 @@
 #  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.
-#  
+#
 #**************************************************************
 
-
 PRJ=..$/..
 
-
-
 PRJNAME=extras
 TARGET=gallerygeneral
 
@@ -31,15 +28,9 @@ TARGET=gallerygeneral
 
 .INCLUDE : $(PRJ)$/util$/target.pmk
 
-
-
-ZIP1TARGET      = $(GALLERY_ROOT_TARGET)
-
-ZIP1LIST        = * -x makefile.*
-
-
+ZIP1TARGET = $(GALLERY_ROOT_TARGET)
+ZIP1LIST = * -x makefile.*
 
 .INCLUDE : target.mk
 
-
-
+# vim: set noet sw=4 ts=4:

Reply via email to