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 /sw | |
parent | adf45eced404c33be6db884a3e809725e7975872 (diff) |
fdo44516 cleanup of direct use of color in code
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/envelp/labfmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx index 6ec2a79484bc..d5208ddae9c8 100644 --- a/sw/source/ui/envelp/labfmt.cxx +++ b/sw/source/ui/envelp/labfmt.cxx @@ -173,7 +173,7 @@ void SwLabPreview::Paint(const Rectangle &) // Labels SetClipRegion (Rectangle(Point(lX0, lY0), Size(lOutlineW, lOutlineH))); - SetFillColor( Color( 0xE0, 0xE0, 0xFF ) ); + SetFillColor( COL_LIGHTGRAYBLUE ); for (sal_uInt16 nRow = 0; nRow < Min((sal_uInt16) 2, (sal_uInt16) aItem.nRows); nRow++) for (sal_uInt16 nCol = 0; nCol < Min((sal_uInt16) 2, (sal_uInt16) aItem.nCols); nCol++) DrawRect(Rectangle( |