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 9a8e588e4c Rename BMP_EXAMPLE, TODO: Find a better graphic than a dog
9a8e588e4c is described below

commit 9a8e588e4cea992e5d63db3d9b2c53b664b2758b
Author: mseidel <msei...@apache.org>
AuthorDate: Fri May 5 19:48:00 2023 +0200

    Rename BMP_EXAMPLE, TODO: Find a better graphic than a dog
---
 .../default_images/sw/res/{dog.png => example.png} | Bin
 .../sw/res/{dog_h.png => example_h.png}            | Bin
 .../classic/classic_images.tar.gz                  | Bin 1876054 -> 1876048 
bytes
 main/sw/source/ui/frmdlg/frmpage.src               |   4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/default_images/sw/res/dog.png 
b/main/default_images/sw/res/example.png
similarity index 100%
rename from main/default_images/sw/res/dog.png
rename to main/default_images/sw/res/example.png
diff --git a/main/default_images/sw/res/dog_h.png 
b/main/default_images/sw/res/example_h.png
similarity index 100%
rename from main/default_images/sw/res/dog_h.png
rename to main/default_images/sw/res/example_h.png
diff --git a/main/ooo_custom_images/classic/classic_images.tar.gz 
b/main/ooo_custom_images/classic/classic_images.tar.gz
index b33deaf25a..ba7faec334 100644
Binary files a/main/ooo_custom_images/classic/classic_images.tar.gz and 
b/main/ooo_custom_images/classic/classic_images.tar.gz differ
diff --git a/main/sw/source/ui/frmdlg/frmpage.src 
b/main/sw/source/ui/frmdlg/frmpage.src
index 1506a4d3e3..714632d84f 100644
--- a/main/sw/source/ui/frmdlg/frmpage.src
+++ b/main/sw/source/ui/frmdlg/frmpage.src
@@ -588,11 +588,11 @@ TabPage TP_GRF_EXT
        Size = MAP_APPFONT ( 260, 185 ) ;
        Bitmap BMP_EXAMPLE
        {
-               File = "dog.png" ;
+               File = "example.png" ;
        };
        Bitmap BMP_EXAMPLE_HC
        {
-               File = "dog_h.png" ;
+               File = "example_h.png" ;
        };
        FixedLine FL_CONNECT
        {

Reply via email to