summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/utlui/utlui.src7
-rw-r--r--sw/source/uibase/lingu/olmenu.src2
2 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index bd9c15d96208..0b83f8089ab1 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -343,7 +343,6 @@ Image IMG_VIEWLAYOUT_AUTOMATIC
{
File = "twopages_10x24.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
Image IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
{
@@ -351,7 +350,6 @@ Image IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
{
File = "twopages_a_10x24.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
Image IMG_VIEWLAYOUT_BOOKMODE
@@ -360,7 +358,6 @@ Image IMG_VIEWLAYOUT_BOOKMODE
{
File = "doublepage_10x22.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
Image IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
{
@@ -368,7 +365,6 @@ Image IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
{
File = "doublepage_a_10x22.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
Image IMG_VIEWLAYOUT_SINGLECOLUMN
@@ -377,7 +373,6 @@ Image IMG_VIEWLAYOUT_SINGLECOLUMN
{
File = "emptypage_10x14.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
Image IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
{
@@ -385,7 +380,6 @@ Image IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
{
File = "emptypage_a_10x14.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
Image IMG_PAGE_BREAK
{
@@ -393,7 +387,6 @@ Image IMG_PAGE_BREAK
{
File = "page_break.png" ;
};
- MaskColor = IMAGE_MASK_COLOR;
};
String STR_HYPERCTRL_SEL
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: */