You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/01/03 23:56:22 UTC

[openoffice] branch AOO42X updated: Unifying dimensions and names for StartCenter graphics

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 44ebfb7480 Unifying dimensions and names for StartCenter graphics
44ebfb7480 is described below

commit 44ebfb748015c33d586fd74afec02d86a248ef36
Author: mseidel <ms...@apache.org>
AuthorDate: Wed Jan 4 00:53:31 2023 +0100

    Unifying dimensions and names for StartCenter graphics
    
    (cherry picked from commit 67a4a8ddd19f16733c2e09c8b39e7b8330d5fc6b)
---
 main/default_images/framework/res/addtemplate_32_hc.png  | Bin 0 -> 309 bytes
 .../framework/res/{extension.png => extension_32.png}    | Bin
 main/default_images/framework/res/extension_32_hc.png    | Bin 0 -> 409 bytes
 main/default_images/framework/res/extension_hc.png       | Bin 205 -> 0 bytes
 .../framework/res/{info_26.png => info_32.png}           | Bin
 main/default_images/framework/res/info_32_hc.png         | Bin 0 -> 268 bytes
 main/default_images/framework/res/info_hc.png            | Bin 3649 -> 0 bytes
 main/default_images/framework/res/register_32_hc.png     | Bin 0 -> 342 bytes
 main/default_images/framework/res/register_hc.png        | Bin 3729 -> 0 bytes
 main/default_images/framework/res/template_hc.png        | Bin 3703 -> 0 bytes
 main/framework/source/services/fwk_services.src          |  12 ++++++------
 11 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/default_images/framework/res/addtemplate_32_hc.png b/main/default_images/framework/res/addtemplate_32_hc.png
new file mode 100644
index 0000000000..a70a8c5c8f
Binary files /dev/null and b/main/default_images/framework/res/addtemplate_32_hc.png differ
diff --git a/main/default_images/framework/res/extension.png b/main/default_images/framework/res/extension_32.png
similarity index 100%
rename from main/default_images/framework/res/extension.png
rename to main/default_images/framework/res/extension_32.png
diff --git a/main/default_images/framework/res/extension_32_hc.png b/main/default_images/framework/res/extension_32_hc.png
new file mode 100644
index 0000000000..4cc5240f4a
Binary files /dev/null and b/main/default_images/framework/res/extension_32_hc.png differ
diff --git a/main/default_images/framework/res/extension_hc.png b/main/default_images/framework/res/extension_hc.png
deleted file mode 100644
index 18887f7ea5..0000000000
Binary files a/main/default_images/framework/res/extension_hc.png and /dev/null differ
diff --git a/main/default_images/framework/res/info_26.png b/main/default_images/framework/res/info_32.png
similarity index 100%
rename from main/default_images/framework/res/info_26.png
rename to main/default_images/framework/res/info_32.png
diff --git a/main/default_images/framework/res/info_32_hc.png b/main/default_images/framework/res/info_32_hc.png
new file mode 100644
index 0000000000..5950596697
Binary files /dev/null and b/main/default_images/framework/res/info_32_hc.png differ
diff --git a/main/default_images/framework/res/info_hc.png b/main/default_images/framework/res/info_hc.png
deleted file mode 100644
index 2e6978d6b3..0000000000
Binary files a/main/default_images/framework/res/info_hc.png and /dev/null differ
diff --git a/main/default_images/framework/res/register_32_hc.png b/main/default_images/framework/res/register_32_hc.png
new file mode 100644
index 0000000000..eddb5010d3
Binary files /dev/null and b/main/default_images/framework/res/register_32_hc.png differ
diff --git a/main/default_images/framework/res/register_hc.png b/main/default_images/framework/res/register_hc.png
deleted file mode 100644
index ae11037077..0000000000
Binary files a/main/default_images/framework/res/register_hc.png and /dev/null differ
diff --git a/main/default_images/framework/res/template_hc.png b/main/default_images/framework/res/template_hc.png
deleted file mode 100644
index 33afbfb768..0000000000
Binary files a/main/default_images/framework/res/template_hc.png and /dev/null differ
diff --git a/main/framework/source/services/fwk_services.src b/main/framework/source/services/fwk_services.src
index 09960e0682..817f113e1a 100644
--- a/main/framework/source/services/fwk_services.src
+++ b/main/framework/source/services/fwk_services.src
@@ -91,7 +91,7 @@ Resource RES_BACKING_IMAGES
 	};
 	Bitmap BMP_BACKING_EXT
 	{
-		File = "extension.png" ;
+		File = "extension_32.png" ;
 	};
 	Bitmap BMP_BACKING_REG
 	{
@@ -99,7 +99,7 @@ Resource RES_BACKING_IMAGES
 	};
 	Bitmap BMP_BACKING_INFO
 	{
-		File = "info_26.png" ;
+		File = "info_32.png" ;
 	};
 	Bitmap BMP_BACKING_TPLREP
 	{
@@ -163,19 +163,19 @@ Resource RES_BACKING_IMAGES_HC
 	};
 	Bitmap BMP_BACKING_EXT
 	{
-		File = "extension_hc.png" ;
+		File = "extension_32_hc.png" ;
 	};
 	Bitmap BMP_BACKING_REG
 	{
-		File = "register_hc.png" ;
+		File = "register_32_hc.png" ;
 	};
 	Bitmap BMP_BACKING_INFO
 	{
-		File = "info_hc.png" ;
+		File = "info_32_hc.png" ;
 	};
 	Bitmap BMP_BACKING_TPLREP
 	{
-		File = "template_hc.png" ;
+		File = "addtemplate_32_hc.png" ;
 	};
 	Bitmap BMP_BACKING_WRITER
 	{