User: hr Date: 06/06/19 20:00:58 Modified: /dba/dbaccess/source/ui/control/ tabletree.cxx
Log: INTEGRATION: CWS warnings01 (1.28.64); FILE MERGED 2006/03/24 15:36:07 fs 1.28.64.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: tabletree.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/tabletree.cxx?r1=1.28&r2=1.29 Delta lines: +4 -4 ------------------- --- tabletree.cxx 5 Oct 2005 14:45:38 -0000 1.28 +++ tabletree.cxx 20 Jun 2006 03:00:56 -0000 1.29 @@ -105,14 +105,14 @@ //======================================================================== //= OTableTreeListBox //======================================================================== -OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, sal_Bool _bHiContrast,WinBits nWinStyle,sal_Bool _bVirtualRoot ) +OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, WinBits nWinStyle,sal_Bool _bVirtualRoot ) :OMarkableTreeListBox(pParent,_rxORB,nWinStyle) ,m_bVirtualRoot(_bVirtualRoot) { notifyHiContrastChanged(); } //------------------------------------------------------------------------ -OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, const ResId& rResId ,sal_Bool _bHiContrast,sal_Bool _bVirtualRoot) +OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, const ResId& rResId ,sal_Bool _bVirtualRoot) :OMarkableTreeListBox(pParent,_rxORB,rResId) ,m_bVirtualRoot(_bVirtualRoot) { @@ -147,8 +147,8 @@ case VIEW_TYPE: aImage = m_aViewImage; break; default: aImage = Image(ModuleRes(bHiContrast ? TABLEFOLDER_TREE_ICON_SCH : TABLEFOLDER_TREE_ICON)); } - static_cast<SvLBoxContextBmp*>(pItem)->SetBitmap1(pEntryLoop,aImage); - static_cast<SvLBoxContextBmp*>(pItem)->SetBitmap2(pEntryLoop,aImage); + static_cast<SvLBoxContextBmp*>(pItem)->SetBitmap1(aImage); + static_cast<SvLBoxContextBmp*>(pItem)->SetBitmap2(aImage); break; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
