diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2012-02-27 16:21:33 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-27 16:45:31 +0000 |
commit | a3b0be108677c60653eb79187a45bbd447d5e21b (patch) | |
tree | 60730f3802f9187d28cfbd0302a51042f998f658 /tools | |
parent | adf45eced404c33be6db884a3e809725e7975872 (diff) |
fdo44516 cleanup of direct use of color in code
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/color.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/inc/tools/color.hxx b/tools/inc/tools/color.hxx index a9fe58975e17..4594de672f2e 100644 --- a/tools/inc/tools/color.hxx +++ b/tools/inc/tools/color.hxx @@ -74,6 +74,7 @@ typedef sal_uInt32 ColorData; #define COL_LIGHTCYAN RGB_COLORDATA( 0x00, 0xFF, 0xFF ) #define COL_LIGHTRED RGB_COLORDATA( 0xFF, 0x00, 0x00 ) #define COL_LIGHTMAGENTA RGB_COLORDATA( 0xFF, 0x00, 0xFF ) +#define COL_LIGHTGRAYBLUE RGB_COLORDATA( 0xE0, 0xE0, 0xFF ) #define COL_YELLOW RGB_COLORDATA( 0xFF, 0xFF, 0x00 ) #define COL_WHITE RGB_COLORDATA( 0xFF, 0xFF, 0xFF ) #define COL_TRANSPARENT TRGB_COLORDATA( 0xFF, 0xFF, 0xFF, 0xFF ) |