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 857d5cb Icons were changed to PNG long ago 857d5cb is described below commit 857d5cbe9e46e52fb016202e9f946c839089f48d Author: mseidel <msei...@apache.org> AuthorDate: Fri Nov 8 22:03:55 2019 +0100 Icons were changed to PNG long ago (cherry picked from commit 787035a67208d8b88c9b4853f45484c146ed253a) --- main/basctl/source/basicide/basidesh.src | 10 +++++----- main/cui/source/dialogs/gallery.src | 8 ++++---- main/dbaccess/source/ext/adabas/AdabasNewDb.src | 6 +++--- main/dbaccess/source/ui/dlg/dbfindex.src | 16 ++++++++-------- main/dbaccess/source/ui/dlg/indexdialog.src | 4 ++-- main/dbaccess/source/ui/dlg/sqlmessage.src | 12 ++++++------ main/dbaccess/source/ui/imagelists/dbimagelists.src | 12 ++++++------ main/dbaccess/source/ui/misc/WizardPages.src | 20 ++++++++++---------- 8 files changed, 44 insertions(+), 44 deletions(-) diff --git a/main/basctl/source/basicide/basidesh.src b/main/basctl/source/basicide/basidesh.src index ccabda1..7f0066e 100644 --- a/main/basctl/source/basicide/basidesh.src +++ b/main/basctl/source/basicide/basidesh.src @@ -336,21 +336,21 @@ ImageButton RID_IMGBTN_REMOVEWATCH SmallStyle = TRUE ; ButtonImage = Image { - ImageBitmap = Bitmap { File = "baswatr.bmp" ; }; + ImageBitmap = Bitmap { File = "baswatr.png" ; }; MASKCOLOR }; QuickHelpText [ en-US ] = "Remove Watch" ; }; Image RID_IMG_REMOVEWATCH_HC { - ImageBitmap = Bitmap { File = "baswatr_h.bmp" ; }; + ImageBitmap = Bitmap { File = "baswatr_h.png" ; }; MASKCOLOR }; ImageButton RID_IMGBTN_GOTOCALL { HelpId = HID_BASICIDE_GOTOALL ; SmallStyle = TRUE ; - ButtonImage = Image { ImageBitmap = Bitmap { File = "basgocl.bmp" ; }; } ; + ButtonImage = Image { ImageBitmap = Bitmap { File = "basgocl.png" ; }; } ; }; String RID_STR_REMOVEWATCH { @@ -524,12 +524,12 @@ ImageList RID_IMGLST_LAYOUT_HC }; Image RID_IMG_LOCKED { - ImageBitmap = Bitmap { File = "locked.bmp" ; }; + ImageBitmap = Bitmap { File = "locked.png" ; }; MASKCOLOR }; Image RID_IMG_LOCKED_HC { - ImageBitmap = Bitmap { File = "locked_h.bmp" ; }; + ImageBitmap = Bitmap { File = "locked_h.png" ; }; MASKCOLOR }; Image RID_IMG_INSTALLATION diff --git a/main/cui/source/dialogs/gallery.src b/main/cui/source/dialogs/gallery.src index c9df4ec..cb22887 100644 --- a/main/cui/source/dialogs/gallery.src +++ b/main/cui/source/dialogs/gallery.src @@ -461,22 +461,22 @@ String RID_SVXSTR_GALLERY_ID_EXISTS Bitmap RID_SVXBMP_THEME_NORMAL_BIG { - File = "galnorl.bmp" ; + File = "galnorl.png" ; }; Bitmap RID_SVXBMP_THEME_IMPORTED_BIG { - File = "galimpl.bmp" ; + File = "galimpl.png" ; }; Bitmap RID_SVXBMP_THEME_READONLY_BIG { - File = "galrdol.bmp" ; + File = "galrdol.png" ; }; Bitmap RID_SVXBMP_THEME_DEFAULT_BIG { - File = "galdefl.bmp" ; + File = "galdefl.png" ; }; diff --git a/main/dbaccess/source/ext/adabas/AdabasNewDb.src b/main/dbaccess/source/ext/adabas/AdabasNewDb.src index 275cc7c..be515a6 100644 --- a/main/dbaccess/source/ext/adabas/AdabasNewDb.src +++ b/main/dbaccess/source/ext/adabas/AdabasNewDb.src @@ -343,17 +343,17 @@ StrictFormat = TRUE; Image CHECK_GREEN { - ImageBitmap = Bitmap { File = "nu07.bmp"; }; + ImageBitmap = Bitmap { File = "nu07.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; Image UNCHECK_RED { - ImageBitmap = Bitmap { File = "nu08.bmp"; }; + ImageBitmap = Bitmap { File = "nu08.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; Image DEFAULT_BLUE { - ImageBitmap = Bitmap { File = "nu09.bmp"; }; + ImageBitmap = Bitmap { File = "nu09.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; /* Fehlermeldungen beim Erstellen einer Adabas DB */ diff --git a/main/dbaccess/source/ui/dlg/dbfindex.src b/main/dbaccess/source/ui/dlg/dbfindex.src index 81f41b4..bf13b18 100644 --- a/main/dbaccess/source/ui/dlg/dbfindex.src +++ b/main/dbaccess/source/ui/dlg/dbfindex.src @@ -35,7 +35,7 @@ Image IMG_ONE_LEFT_H { ImageBitmap = Bitmap { - File = "one_left_h.bmp" ; + File = "one_left_h.png" ; }; MaskColor = Color { @@ -49,7 +49,7 @@ Image IMG_ALL_LEFT_H { ImageBitmap = Bitmap { - File = "all_left_h.bmp" ; + File = "all_left_h.png" ; }; MaskColor = Color { @@ -63,7 +63,7 @@ Image IMG_ONE_RIGHT_H { ImageBitmap = Bitmap { - File = "one_right_h.bmp" ; + File = "one_right_h.png" ; }; MaskColor = Color { @@ -77,7 +77,7 @@ Image IMG_ALL_RIGHT_H { ImageBitmap = Bitmap { - File = "all_right_h.bmp" ; + File = "all_right_h.png" ; }; MaskColor = Color { @@ -176,7 +176,7 @@ ModalDialog DLG_DBASE_INDEXES { ImageBitmap = Bitmap { - File = "one_left.bmp" ; + File = "one_left.png" ; }; MaskColor = Color { @@ -196,7 +196,7 @@ ModalDialog DLG_DBASE_INDEXES { ImageBitmap = Bitmap { - File = "all_left.bmp" ; + File = "all_left.png" ; }; MaskColor = Color { @@ -216,7 +216,7 @@ ModalDialog DLG_DBASE_INDEXES { ImageBitmap = Bitmap { - File = "one_right.bmp" ; + File = "one_right.png" ; }; MaskColor = Color { @@ -236,7 +236,7 @@ ModalDialog DLG_DBASE_INDEXES { ImageBitmap = Bitmap { - File = "all_right.bmp" ; + File = "all_right.png" ; }; MaskColor = Color { diff --git a/main/dbaccess/source/ui/dlg/indexdialog.src b/main/dbaccess/source/ui/dlg/indexdialog.src index 46db7ad..1f9616f 100644 --- a/main/dbaccess/source/ui/dlg/indexdialog.src +++ b/main/dbaccess/source/ui/dlg/indexdialog.src @@ -195,12 +195,12 @@ String STR_LOGICAL_INDEX_NAME Image IMG_PKEYICON { - ImageBitmap = Bitmap { File = "pkey.bmp"; }; + ImageBitmap = Bitmap { File = "pkey.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; Image IMG_PKEYICON_SCH { - ImageBitmap = Bitmap { File = "pkey_sch.bmp"; }; + ImageBitmap = Bitmap { File = "pkey_sch.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; diff --git a/main/dbaccess/source/ui/dlg/sqlmessage.src b/main/dbaccess/source/ui/dlg/sqlmessage.src index 059abb0..e884db9 100644 --- a/main/dbaccess/source/ui/dlg/sqlmessage.src +++ b/main/dbaccess/source/ui/dlg/sqlmessage.src @@ -34,36 +34,36 @@ //------------------------------------------------------------------------- Image BMP_EXCEPTION_ERROR { - ImageBitmap = Bitmap { File = "exerror.bmp"; }; + ImageBitmap = Bitmap { File = "exerror.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; Image BMP_EXCEPTION_WARNING { - ImageBitmap = Bitmap { File = "exwarning.bmp"; }; + ImageBitmap = Bitmap { File = "exwarning.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; Image BMP_EXCEPTION_INFO { - ImageBitmap = Bitmap { File = "exinfo.bmp"; }; + ImageBitmap = Bitmap { File = "exinfo.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; Image BMP_EXCEPTION_ERROR_SCH { - ImageBitmap = Bitmap { File = "exerror_sch.bmp"; }; + ImageBitmap = Bitmap { File = "exerror_sch.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; Image BMP_EXCEPTION_WARNING_SCH { - ImageBitmap = Bitmap { File = "exwarning_sch.bmp"; }; + ImageBitmap = Bitmap { File = "exwarning_sch.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; Image BMP_EXCEPTION_INFO_SCH { - ImageBitmap = Bitmap { File = "exinfo_sch.bmp"; }; + ImageBitmap = Bitmap { File = "exinfo_sch.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; diff --git a/main/dbaccess/source/ui/imagelists/dbimagelists.src b/main/dbaccess/source/ui/imagelists/dbimagelists.src index c1a310c..4954b94 100644 --- a/main/dbaccess/source/ui/imagelists/dbimagelists.src +++ b/main/dbaccess/source/ui/imagelists/dbimagelists.src @@ -122,13 +122,13 @@ Image IMG_TABLEFOLDER_TREE_LHC Image DATABASE_TREE_ICON { - ImageBitmap = Bitmap { File = "db.bmp"; }; + ImageBitmap = Bitmap { File = "db.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; Image DATABASE_TREE_ICON_SCH { - ImageBitmap = Bitmap { File = "db_sch.bmp"; }; + ImageBitmap = Bitmap { File = "db_sch.png"; }; MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; }; @@ -179,25 +179,25 @@ Image VIEW_TREE_ICON_SCH Image QUERY_TREE_ICON { - ImageBitmap = Bitmap { File = "sx03202.bmp"; }; + ImageBitmap = Bitmap { File = "sx03202.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; Image QUERY_TREE_ICON_SCH { - ImageBitmap = Bitmap { File = "sxh03202.bmp"; }; + ImageBitmap = Bitmap { File = "sxh03202.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; Image QUERYFOLDER_TREE_ICON { - ImageBitmap = Bitmap { File = "sx03201.bmp"; }; + ImageBitmap = Bitmap { File = "sx03201.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; Image QUERYFOLDER_TREE_ICON_SCH { - ImageBitmap = Bitmap { File = "sxh03201.bmp"; }; + ImageBitmap = Bitmap { File = "sxh03201.png"; }; MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; }; diff --git a/main/dbaccess/source/ui/misc/WizardPages.src b/main/dbaccess/source/ui/misc/WizardPages.src index 031fd4b..2de8cbb 100644 --- a/main/dbaccess/source/ui/misc/WizardPages.src +++ b/main/dbaccess/source/ui/misc/WizardPages.src @@ -151,7 +151,7 @@ TabPage TAB_WIZ_COLUMN_SELECT { ImageBitmap = Bitmap { - File = "one_right.bmp" ; + File = "one_right.png" ; }; MaskColor = Color { @@ -172,7 +172,7 @@ TabPage TAB_WIZ_COLUMN_SELECT { ImageBitmap = Bitmap { - File = "all_right.bmp" ; + File = "all_right.png" ; }; MaskColor = Color { @@ -192,7 +192,7 @@ TabPage TAB_WIZ_COLUMN_SELECT { ImageBitmap = Bitmap { - File = "one_left.bmp" ; + File = "one_left.png" ; }; MaskColor = Color { @@ -212,7 +212,7 @@ TabPage TAB_WIZ_COLUMN_SELECT { ImageBitmap = Bitmap { - File = "all_left.bmp" ; + File = "all_left.png" ; }; MaskColor = Color { @@ -380,7 +380,7 @@ TabPage TAB_WIZ_NAME_MATCHING { ImageBitmap = Bitmap { - File = "sortup.bmp" ; + File = "sortup.png" ; }; MaskColor = Color { @@ -400,7 +400,7 @@ TabPage TAB_WIZ_NAME_MATCHING { ImageBitmap = Bitmap { - File = "sortdown.bmp" ; + File = "sortdown.png" ; }; MaskColor = Color { @@ -421,7 +421,7 @@ TabPage TAB_WIZ_NAME_MATCHING { ImageBitmap = Bitmap { - File = "sortup.bmp" ; + File = "sortup.png" ; }; MaskColor = Color { @@ -441,7 +441,7 @@ TabPage TAB_WIZ_NAME_MATCHING { ImageBitmap = Bitmap { - File = "sortdown.bmp" ; + File = "sortdown.png" ; }; MaskColor = Color { @@ -591,7 +591,7 @@ Image IMG_SORTUP_H { ImageBitmap = Bitmap { - File = "sortup_h.bmp" ; + File = "sortup_h.png" ; }; MaskColor = Color { @@ -605,7 +605,7 @@ Image IMG_SORTDOWN_H { ImageBitmap = Bitmap { - File = "sortdown_h.bmp" ; + File = "sortdown_h.png" ; }; MaskColor = Color {