diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:32:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:32:06 +0000 |
commit | 9e0fbfe5083d4bdb27352c84c32c9da57188e2c9 (patch) | |
tree | aec285dad6099415e909f4935fb50d29ec93ccc1 /vcl/inc | |
parent | 264666fa38a3d7968e5cde2459305e3cece748f7 (diff) |
INTEGRATION: CWS aw033 (1.2.68); FILE MERGED
2008/05/14 15:09:40 aw 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED
2007/05/24 10:07:47 aw 1.2.68.1: applied patches to migrated headers
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/salgtype.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/salgtype.hxx b/vcl/inc/vcl/salgtype.hxx index 525cc2da378e..8782e748a9d2 100644 --- a/vcl/inc/vcl/salgtype.hxx +++ b/vcl/inc/vcl/salgtype.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: salgtype.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -42,7 +42,7 @@ typedef UINT32 SalColor; #define SALCOLOR_RED( n ) ((UINT8)((n)>>16)) #define SALCOLOR_GREEN( n ) ((UINT8)(((UINT16)(n)) >> 8)) #define SALCOLOR_BLUE( n ) ((UINT8)(n)) - +#define SALCOLOR_NONE (~(SalColor)0) // ------------ // - SalPoint - // ------------ |