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 41f1e1a  Icons were changed to PNG long ago
41f1e1a is described below

commit 41f1e1a1fa521ebde71296f61221526bfe3abe84
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Nov 23 13:25:39 2019 +0100

    Icons were changed to PNG long ago
---
 main/sd/source/ui/dlg/animobjs.src       |  8 ++++----
 main/sfx2/source/dialog/dinfdlg.src      |  4 ++--
 main/svtools/source/contnr/fileview.src  |  2 +-
 main/svtools/source/contnr/svcontnr.src  |  8 ++++----
 main/svtools/source/control/ctrlbox.src  | 12 ++++++------
 main/svtools/source/plugapp/testtool.src | 12 ++++++------
 6 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/main/sd/source/ui/dlg/animobjs.src 
b/main/sd/source/ui/dlg/animobjs.src
index 88b1c94..d3aa5ad 100644
--- a/main/sd/source/ui/dlg/animobjs.src
+++ b/main/sd/source/ui/dlg/animobjs.src
@@ -177,7 +177,7 @@ DockingWindow FLT_WIN_ANIMATION
                {
                        ImageBitmap = Bitmap
                        {
-                               File = "get1obj.bmp" ;
+                               File = "get1obj.png" ;
                        };
             MaskColor = IMAGE_MASK_STDCOLOR;
         };
@@ -194,7 +194,7 @@ DockingWindow FLT_WIN_ANIMATION
                {
                        ImageBitmap = Bitmap
                        {
-                               File = "getallob.bmp" ;
+                               File = "getallob.png" ;
                        };
             MaskColor = IMAGE_MASK_STDCOLOR;
                };
@@ -211,7 +211,7 @@ DockingWindow FLT_WIN_ANIMATION
                {
                        ImageBitmap = Bitmap
                        {
-                               File = "del1bmp.bmp" ;
+                               File = "del1bmp.png" ;
                        };
             MaskColor = IMAGE_MASK_STDCOLOR;
                };
@@ -228,7 +228,7 @@ DockingWindow FLT_WIN_ANIMATION
                {
                        ImageBitmap = Bitmap
                        {
-                               File = "delall.bmp" ;
+                               File = "delall.png" ;
                        };
             MaskColor = IMAGE_MASK_STDCOLOR;
                };
diff --git a/main/sfx2/source/dialog/dinfdlg.src 
b/main/sfx2/source/dialog/dinfdlg.src
index f905bae..7c22449 100644
--- a/main/sfx2/source/dialog/dinfdlg.src
+++ b/main/sfx2/source/dialog/dinfdlg.src
@@ -702,12 +702,12 @@ ImageButton SFX_PB_PROPERTY_REMOVE
 };
 Image SFX_IMG_PROPERTY_REMOVE
 {
-    ImageBitmap = Bitmap { File = "deleterow.bmp" ; };
+    ImageBitmap = Bitmap { File = "deleterow.png" ; };
     MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
 };
 Image SFX_IMG_PROPERTY_REMOVE_HC
 {
-    ImageBitmap = Bitmap { File = "deleterow_h.bmp" ; };
+    ImageBitmap = Bitmap { File = "deleterow_h.png" ; };
     MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
 };
 
diff --git a/main/svtools/source/contnr/fileview.src 
b/main/svtools/source/contnr/fileview.src
index b2a1da2..7ed3d2f 100644
--- a/main/svtools/source/contnr/fileview.src
+++ b/main/svtools/source/contnr/fileview.src
@@ -79,7 +79,7 @@ String STR_SVT_GB
 
 Image IMG_SVT_FOLDER
 {
-       ImageBitmap = Bitmap { File = "folder.bmp" ; };
+       ImageBitmap = Bitmap { File = "folder.png" ; };
        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
 };
 
diff --git a/main/svtools/source/contnr/svcontnr.src 
b/main/svtools/source/contnr/svcontnr.src
index 2c1347f..a38b54a 100644
--- a/main/svtools/source/contnr/svcontnr.src
+++ b/main/svtools/source/contnr/svcontnr.src
@@ -25,25 +25,25 @@
 
 Image RID_IMG_TREENODE_COLLAPSED
 {
-       ImageBitmap = Bitmap { File = "plus.bmp"; } ;
+       ImageBitmap = Bitmap { File = "plus.png"; } ;
     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
 };
 
 Image RID_IMG_TREENODE_EXPANDED
 {
-       ImageBitmap = Bitmap { File = "minus.bmp"; } ;
+       ImageBitmap = Bitmap { File = "minus.png"; } ;
     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
 };
 
 Image RID_IMG_TREENODE_COLLAPSED_HC
 {
-       ImageBitmap = Bitmap { File = "plus_sch.bmp"; } ;
+       ImageBitmap = Bitmap { File = "plus_sch.png"; } ;
     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
 };
 
 Image RID_IMG_TREENODE_EXPANDED_HC
 {
-       ImageBitmap = Bitmap { File = "minus_sch.bmp"; } ;
+       ImageBitmap = Bitmap { File = "minus_sch.png"; } ;
     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
 };
 
diff --git a/main/svtools/source/control/ctrlbox.src 
b/main/svtools/source/control/ctrlbox.src
index 751bac3..7859128 100644
--- a/main/svtools/source/control/ctrlbox.src
+++ b/main/svtools/source/control/ctrlbox.src
@@ -29,37 +29,37 @@
 
 IMAGE RID_IMG_SCALABLEFONT
 {
-       ImageBitmap = Bitmap { File = "scalfont.bmp" ; };
+       ImageBitmap = Bitmap { File = "scalfont.png" ; };
        MaskColor = IMAGE_STDBTN_COLOR ;
 };
 
 IMAGE RID_IMG_SCALABLEFONT_HC
 {
-       ImageBitmap = Bitmap { File = "scalfont_h.bmp" ; };
+       ImageBitmap = Bitmap { File = "scalfont_h.png" ; };
        MaskColor = IMAGE_STDBTN_COLOR ;
 };
 
 IMAGE RID_IMG_PRINTERFONT
 {
-       ImageBitmap = Bitmap { File = "prnfont.bmp" ; };
+       ImageBitmap = Bitmap { File = "prnfont.png" ; };
        MaskColor = IMAGE_STDBTN_COLOR ;
 };
 
 IMAGE RID_IMG_PRINTERFONT_HC
 {
-       ImageBitmap = Bitmap { File = "prnfont_h.bmp" ; };
+       ImageBitmap = Bitmap { File = "prnfont_h.png" ; };
        MaskColor = IMAGE_STDBTN_COLOR ;
 };
 
 IMAGE RID_IMG_BITMAPFONT
 {
-       ImageBitmap = Bitmap { File = "bmpfont.bmp" ; };
+       ImageBitmap = Bitmap { File = "bmpfont.png" ; };
        MaskColor = IMAGE_STDBTN_COLOR ;
 };
 
 IMAGE RID_IMG_BITMAPFONT_HC
 {
-       ImageBitmap = Bitmap { File = "bmpfont_h.bmp" ; };
+       ImageBitmap = Bitmap { File = "bmpfont_h.png" ; };
        MaskColor = IMAGE_STDBTN_COLOR ;
 };
 
diff --git a/main/svtools/source/plugapp/testtool.src 
b/main/svtools/source/plugapp/testtool.src
index 01f0d75..9795dbb 100644
--- a/main/svtools/source/plugapp/testtool.src
+++ b/main/svtools/source/plugapp/testtool.src
@@ -45,7 +45,7 @@ class FlagToolBoxState
 };*/
                        Identifier = TT_SHOW;
                        ItemBitmap = Bitmap  {
-                               File = "ttshow.bmp";
+                               File = "ttshow.png";
                        };
                        Text[ en-US ] = "Display IDs";
                };
@@ -63,7 +63,7 @@ class FlagToolBoxState
        ToolBoxItem  {
                        Identifier = TT_SEND_DATA;
                        ItemBitmap = Bitmap  {
-                               File = "ttremote.bmp";
+                               File = "ttremote.png";
                        };
                        Text[ en-US ] = "Transfer to TestTool";
                };
@@ -73,21 +73,21 @@ class FlagToolBoxState
        ToolBoxItem  {
                        Identifier = TT_ALLWIN;
                        ItemBitmap = Bitmap  {
-                               File = "ttall.bmp";
+                               File = "ttall.png";
                        };
                        Text[ en-US ] = "Show all windows";
                };
        ToolBoxItem  {
                        Identifier = TT_KURZNAME;
                        ItemBitmap = Bitmap  {
-                               File = "ttdef.bmp";
+                               File = "ttdef.png";
                        };
                        Text[ en-US ] = "Show short names (if available)";
                };
        ToolBoxItem  {
                        Identifier = TT_LANGNAME;
                        ItemBitmap = Bitmap  {
-                               File = "tthid.bmp";
+                               File = "tthid.png";
                        };
                        Text[ en-US ] = "Always show long-name";
                };
@@ -96,7 +96,7 @@ class FlagToolBoxState
 };
 
 Bitmap TT_SHOW2 {
-       File = "ttshow2.bmp";
+       File = "ttshow2.png";
 };
 
 WorkWindow TT_INLINE_TRANSLATION {

Reply via email to