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 2020/02/07 16:54:37 UTC

[openoffice] branch AOO42X updated: Add new graphics for page size in Writer sidebar

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 887ca12  Add new graphics for page size in Writer sidebar
887ca12 is described below

commit 887ca120c314e59b8a2031f41fcef7486d4d5b2a
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Feb 7 17:50:46 2020 +0100

    Add new graphics for page size in Writer sidebar
    
    (cherry picked from commit 595c6cfa1a849db8bf2dc7787c6a72e7cda08057)
---
 .../sidebar/pageproppanel/documentsizeLegal_24x24.png    | Bin 0 -> 2997 bytes
 .../sidebar/pageproppanel/documentsizeLetter_24x24.png   | Bin 0 -> 2926 bytes
 .../sidebar/pageproppanel/documentsize_L_Legal_24x24.png | Bin 0 -> 3009 bytes
 .../pageproppanel/documentsize_L_Letter_24x24.png        | Bin 0 -> 2933 bytes
 main/sw/source/ui/sidebar/PagePropertyPanel.src          |   8 ++++----
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/default_images/sw/res/sidebar/pageproppanel/documentsizeLegal_24x24.png b/main/default_images/sw/res/sidebar/pageproppanel/documentsizeLegal_24x24.png
new file mode 100644
index 0000000..2110595
Binary files /dev/null and b/main/default_images/sw/res/sidebar/pageproppanel/documentsizeLegal_24x24.png differ
diff --git a/main/default_images/sw/res/sidebar/pageproppanel/documentsizeLetter_24x24.png b/main/default_images/sw/res/sidebar/pageproppanel/documentsizeLetter_24x24.png
new file mode 100644
index 0000000..a6b18d9
Binary files /dev/null and b/main/default_images/sw/res/sidebar/pageproppanel/documentsizeLetter_24x24.png differ
diff --git a/main/default_images/sw/res/sidebar/pageproppanel/documentsize_L_Legal_24x24.png b/main/default_images/sw/res/sidebar/pageproppanel/documentsize_L_Legal_24x24.png
new file mode 100644
index 0000000..ed8fd82
Binary files /dev/null and b/main/default_images/sw/res/sidebar/pageproppanel/documentsize_L_Legal_24x24.png differ
diff --git a/main/default_images/sw/res/sidebar/pageproppanel/documentsize_L_Letter_24x24.png b/main/default_images/sw/res/sidebar/pageproppanel/documentsize_L_Letter_24x24.png
new file mode 100644
index 0000000..b4bd708
Binary files /dev/null and b/main/default_images/sw/res/sidebar/pageproppanel/documentsize_L_Letter_24x24.png differ
diff --git a/main/sw/source/ui/sidebar/PagePropertyPanel.src b/main/sw/source/ui/sidebar/PagePropertyPanel.src
index eab8f72..ce9f8d6 100644
--- a/main/sw/source/ui/sidebar/PagePropertyPanel.src
+++ b/main/sw/source/ui/sidebar/PagePropertyPanel.src
@@ -226,11 +226,11 @@ Control RID_PROPERTYPANEL_SWPAGE
 	};
 	Image IMG_PAGE_LETTER
 	{
-		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsize_L_copy_24x24.png" ;} ;
+		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsize_L_Letter_24x24.png" ;} ;
 	};
 	Image IMG_PAGE_LEGAL
 	{
-		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsize_L_copy_24x24.png" ;} ;
+		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsize_L_Legal_24x24.png" ;} ;
 	};
 	Image IMG_PAGE_SIZE_NONE
 	{
@@ -262,11 +262,11 @@ Control RID_PROPERTYPANEL_SWPAGE
 	};
 	Image IMG_PAGE_LETTER_L
 	{
-		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsizecopy_24x24.png" ;} ;
+		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsizeLetter_24x24.png" ;} ;
 	};
 	Image IMG_PAGE_LEGAL_L
 	{
-		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsizecopy_24x24.png" ;} ;
+		ImageBitmap = Bitmap {File = "sidebar/pageproppanel/documentsizeLegal_24x24.png" ;} ;
 	};
 	Image IMG_PAGE_SIZE_NONE_L
 	{