diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 14:32:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 15:09:22 +0100 |
commit | 6e57881e9908f6263069f3b3a585bc404799b9a4 (patch) | |
tree | 59800b58cc5a7b453ec00c5e57baae06b5e46aa2 /basctl | |
parent | fe5e9610df64709cf505c0b5dc74aef2f55c1b77 (diff) |
I can't see any evidence of any remaining magenta mask using image resources
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basidesh.src | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index 052b04c1822d..08a6f7236e1b 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -23,8 +23,6 @@ #include <sfx2/sfxcommands.h> #include <svx/svxcommands.h> -#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; - String RID_STR_FILTER_ALLFILES { Text [ en-US ] = "<All>" ; @@ -300,8 +298,7 @@ ImageButton RID_IMGBTN_REMOVEWATCH SmallStyle = TRUE ; ButtonImage = Image { - ImageBitmap = Bitmap { File = "baswatr.bmp" ; }; - MASKCOLOR + ImageBitmap = Bitmap { File = "baswatr.png" ; }; }; QuickHelpText [ en-US ] = "Remove Watch" ; }; @@ -458,53 +455,43 @@ ImageList RID_IMGLST_LAYOUT Image RID_IMG_LOCKED { ImageBitmap = Bitmap { File = "lock.png" ; }; - MASKCOLOR }; Image RID_IMG_INSTALLATION { ImageBitmap = Bitmap { File = "harddisk_16.png"; }; - MASKCOLOR }; Image RID_IMG_DOCUMENT { ImageBitmap = Bitmap { File = "im30826.png"; }; - MASKCOLOR }; Image RID_IMG_MODLIB { ImageBitmap = Bitmap { File = "im30820.png"; }; - MASKCOLOR }; Image RID_IMG_MODLIBNOTLOADED { ImageBitmap = Bitmap { File = "im30827.png"; }; - MASKCOLOR }; Image RID_IMG_MODULE { ImageBitmap = Bitmap { File = "im30821.png"; }; - MASKCOLOR }; Image RID_IMG_MACRO { ImageBitmap = Bitmap { File = "im30822.png"; }; - MASKCOLOR }; Image RID_IMG_DLGLIB { ImageBitmap = Bitmap { File = "dialogfolder_16.png"; }; - MASKCOLOR }; Image RID_IMG_DLGLIBNOTLOADED { ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; }; - MASKCOLOR }; Image RID_IMG_DIALOG { ImageBitmap = Bitmap { File = "im30823.png"; }; - MASKCOLOR }; String RID_STR_QUERYREPLACEMACRO { |