diff options
author | Ingrid Halama <iha@openoffice.org> | 2002-09-25 15:25:52 +0000 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2002-09-25 15:25:52 +0000 |
commit | 9059f1df674bb965e9a0b781f7c9841e04b20aa8 (patch) | |
tree | 6a1393b057db790d8ed10752197cad180587ea22 /svx/source/dialog | |
parent | 54dad2033499de3eaa701ead5bd69019c1119da8 (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 4953bc23939e..5bfd1bf24aa0 100644 --- a/svx/source/dialog/labdlg.cxx +++ b/svx/source/dialog/labdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: labdlg.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: cl $ $Date: 2002-09-17 14:25:25 $ + * last change: $Author: iha $ $Date: 2002-09-25 16:25:52 $ * * 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)),BMP_COLOR_NORMAL); - mpBmpCapTypesH[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1_H + nBitmap)),BMP_COLOR_HIGHCONTRAST); + mpBmpCapTypes[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1 + nBitmap)), COL_LIGHTMAGENTA ); + mpBmpCapTypesH[nBitmap] = new Image(Bitmap(ResId(BMP_CAPTTYPE_1_H + nBitmap)), COL_LIGHTMAGENTA ); } //------------ValueSet installieren-------------------------- |