summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-29 05:52:55 +0000
committerOliver Specht <os@openoffice.org>2002-08-29 05:52:55 +0000
commitdce832fa9bb4b2e60d8a56999e96a63997d39de3 (patch)
treef0c7719fd342f9d4842a7ea60bd8e6500558395d /sw/source/ui/utlui
parentbf8c89c02c0db898364477ae5d34cab6b3b05806 (diff)
#99281# MaskColor magenta
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r--sw/source/ui/utlui/utlui.src35
1 files changed, 7 insertions, 28 deletions
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index 9193a480c703..b927b52ff7e3 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -2,9 +2,9 @@
*
* $RCSfile: utlui.src,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: os $ $Date: 2002-08-13 13:08:00 $
+ * last change: $Author: os $ $Date: 2002-08-29 06:47:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1822,7 +1822,6 @@ String STR_HYPH_TITLE
}; \
IdCount = 5
-#define IMAGE_STDBTN_COLOR Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }
ImageList ILIST_DB_DLG
{
ImageBitmap = Bitmap { File = "sx_dbtree.bmp" ; };
@@ -1833,7 +1832,7 @@ ImageList ILIST_DB_DLG
ImageList ILIST_DB_DLG_HC
{
ImageBitmap = Bitmap { File = "sxh_dbtree.bmp" ; };
- MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
+ MaskColor = IMAGE_STDBTN_COLOR ;
IMGLIST_IDS;
};
@@ -1843,12 +1842,7 @@ Image IMG_ONE_LEFT_HC
{
File = "one_left_h.bmp" ;
};
- MaskColor = Color
- {
- Red = 0xFF00;
- Green = 0x0000;
- Blue = 0xFF00;
- };
+ MaskColor = IMAGE_STDBTN_COLOR ;
};
Image IMG_ONE_RIGHT_HC
@@ -1857,12 +1851,7 @@ Image IMG_ONE_RIGHT_HC
{
File = "one_right_h.bmp" ;
};
- MaskColor = Color
- {
- Red = 0xFF00;
- Green = 0x0000;
- Blue = 0xFF00;
- };
+ MaskColor = IMAGE_STDBTN_COLOR ;
};
Image IMG_ALL_LEFT_HC
@@ -1871,12 +1860,7 @@ Image IMG_ALL_LEFT_HC
{
File = "all_left_h.bmp" ;
};
- MaskColor = Color
- {
- Red = 0xFF00;
- Green = 0x0000;
- Blue = 0xFF00;
- };
+ MaskColor = IMAGE_STDBTN_COLOR ;
};
Image IMG_ALL_RIGHT_HC
@@ -1885,12 +1869,7 @@ Image IMG_ALL_RIGHT_HC
{
File = "all_right_h.bmp" ;
};
- MaskColor = Color
- {
- Red = 0xFF00;
- Green = 0x0000;
- Blue = 0xFF00;
- };
+ MaskColor = IMAGE_STDBTN_COLOR ;
};
String STR_HYPERCTRL_SEL
{