From 1f628a0fc6a9eb23157e7f521d1cba65b6ecd4ec Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 20:33:58 +0000
Subject: 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.
---
sc/source/ui/formdlg/structpg.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'sc/source/ui')
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;
}
--
cgit