diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:33:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:33:58 +0000 |
commit | 1f628a0fc6a9eb23157e7f521d1cba65b6ecd4ec (patch) | |
tree | 973507fe6be1c6b30586af1dcfcf1cdc048b0120 /sc/source/ui | |
parent | e0bb87a6209299548f160fa7da7dd523a2369d56 (diff) |
INTEGRATION: CWS warnings01 (1.6.182); FILE MERGED
2006/05/12 16:38:16 sb 1.6.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/formdlg/structpg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/formdlg/structpg.cxx b/sc/source/ui/formdlg/structpg.cxx index d2b2392875b3..7c5117448199 100644 --- a/sc/source/ui/formdlg/structpg.cxx +++ b/sc/source/ui/formdlg/structpg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: structpg.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:05:19 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:33:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,8 +86,8 @@ SvLBoxEntry* ScStructListBox::InsertStaticEntry( SvLBoxEntry* pEntry = InsertEntry( rText, rEntryImg, rEntryImg, pParent, FALSE, nPos, pToken ); SvLBoxContextBmp* pBmpItem = static_cast< SvLBoxContextBmp* >( pEntry->GetFirstItem( SV_ITEM_ID_LBOXCONTEXTBMP ) ); DBG_ASSERT( pBmpItem, "ScStructListBox::InsertStaticEntry - missing item" ); - pBmpItem->SetBitmap1( pEntry, rEntryImgHC, BMP_COLOR_HIGHCONTRAST ); - pBmpItem->SetBitmap2( pEntry, rEntryImgHC, BMP_COLOR_HIGHCONTRAST ); + pBmpItem->SetBitmap1( rEntryImgHC, BMP_COLOR_HIGHCONTRAST ); + pBmpItem->SetBitmap2( rEntryImgHC, BMP_COLOR_HIGHCONTRAST ); return pEntry; } |