diff options
author | Christian Lippka <cl@openoffice.org> | 2002-09-17 13:25:25 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-09-17 13:25:25 +0000 |
commit | b4583b5b0eb70bd1c1200653933c8593cbdda268 (patch) | |
tree | 34a00e251fd85d7e563212fd7ecd3959666867c0 /svx/source/dialog | |
parent | a0c2cb17cada06884448ddd3842903335b22feac (diff) |
#99281# use magenta transparency
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/labdlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/labdlg.cxx b/svx/source/dialog/labdlg.cxx index 52f6841acfdc..4953bc23939e 100644 --- a/svx/source/dialog/labdlg.cxx +++ b/svx/source/dialog/labdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: labdlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: cl $ $Date: 2002-07-19 11:13:49 $ + * last change: $Author: cl $ $Date: 2002-09-17 14:25:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,8 +164,8 @@ SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs sal_uInt16 nBitmap; for( nBitmap = 0; nBitmap < CAPTYPE_BITMAPS_COUNT; nBitmap++ ) { - mpBmpCapTypes[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1 + nBitmap))); - mpBmpCapTypesH[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1_H + nBitmap))); + mpBmpCapTypes[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1 + nBitmap)),BMP_COLOR_NORMAL); + mpBmpCapTypesH[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1_H + nBitmap)),BMP_COLOR_HIGHCONTRAST); } //------------ValueSet installieren-------------------------- |