summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-06 14:32:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-06 15:09:22 +0100
commit6e57881e9908f6263069f3b3a585bc404799b9a4 (patch)
tree59800b58cc5a7b453ec00c5e57baae06b5e46aa2 /sw/source/uibase
parentfe5e9610df64709cf505c0b5dc74aef2f55c1b77 (diff)
I can't see any evidence of any remaining magenta mask using image resources
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/lingu/olmenu.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/lingu/olmenu.src b/sw/source/uibase/lingu/olmenu.src
index 560eff223bcd..7dc417500d27 100644
--- a/sw/source/uibase/lingu/olmenu.src
+++ b/sw/source/uibase/lingu/olmenu.src
@@ -22,7 +22,6 @@
#include "cmdid.h"
#include "helpid.h"
-#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
#define SEPARATOR MenuItem { Separator = TRUE; };
Menu MN_SPELL_POPUP
@@ -152,7 +151,6 @@ String STR_EXPLANATION_LINK
Image IMG_INFO_16
{
ImageBitmap = Bitmap { File = "info_16.png" ; };
- MASKCOLOR
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */