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 /reportdesign/source | |
parent | fe5e9610df64709cf505c0b5dc74aef2f55c1b77 (diff) |
I can't see any evidence of any remaining magenta mask using image resources
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/report/report.src | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/report.src b/reportdesign/source/ui/report/report.src index 6cb321207314..648bd53f881b 100644 --- a/reportdesign/source/ui/report/report.src +++ b/reportdesign/source/ui/report/report.src @@ -95,13 +95,11 @@ String RID_STR_PROPTITLE_GROUP Image RID_IMG_TREENODE_COLLAPSED { ImageBitmap = Bitmap { File = "plus.png"; } ; - MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; Image RID_IMG_TREENODE_EXPANDED { ImageBitmap = Bitmap { File = "minus.png"; } ; - MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; String STR_SHOW_RULER @@ -590,7 +588,6 @@ String RID_STR_FUNCTION Image REPORT_TREE_ICON { ImageBitmap = Bitmap { File = "report_16"; }; - MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; String RID_STR_COULD_NOT_CREATE_REPORT { |