Kaydet (Commit) 1cc58b1e authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.13.62); FILE MERGED

2006/08/29 14:46:40 sb 1.13.62.1: #i67535# Made code warning-free (GCC 4.1.1).
üst 45f6ce34
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: labdlg.cxx,v $ * $RCSfile: labdlg.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 04:26:21 $ * last change: $Author: obo $ $Date: 2006-10-12 12:17:01 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -588,7 +588,7 @@ void SvxCaptionTabPage::DataChanged( const DataChangedEvent& rDCEvt ) ...@@ -588,7 +588,7 @@ void SvxCaptionTabPage::DataChanged( const DataChangedEvent& rDCEvt )
void SvxCaptionTabPage::FillValueSet() void SvxCaptionTabPage::FillValueSet()
{ {
bool bHighContrast = (bHighContrast = GetDisplayBackground().GetColor().IsDark() != 0); bool bHighContrast = GetDisplayBackground().GetColor().IsDark() != 0;
Image** ppBitmaps = bHighContrast ? mpBmpCapTypesH : mpBmpCapTypes; Image** ppBitmaps = bHighContrast ? mpBmpCapTypesH : mpBmpCapTypes;
aCT_CAPTTYPE.SetItemImage(BMP_CAPTTYPE_1, *(ppBitmaps[0]) ); aCT_CAPTTYPE.SetItemImage(BMP_CAPTTYPE_1, *(ppBitmaps[0]) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment