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

commit 595c6cfa1a849db8bf2dc7787c6a72e7cda08057
Author: mseidel <[email protected]>
AuthorDate: Fri Feb 7 17:50:46 2020 +0100

    Add new graphics for page size in Writer sidebar
---
 .../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
        {

Reply via email to