User: hr Date: 06/06/19 19:54:35 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx
Log: INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/05/23 23:47:48 sb 1.14.4.3: RESYNC: (1.15-1.16); FILE MERGED 2006/04/07 20:49:40 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:36:00 fs 1.14.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.16&r2=1.17 Delta lines: +2 -3 ------------------- --- AppDetailView.cxx 19 Apr 2006 13:19:32 -0000 1.16 +++ AppDetailView.cxx 20 Jun 2006 02:54:33 -0000 1.17 @@ -171,7 +171,6 @@ // try to let the focus rect start before the bitmap item - this looks better SvLBoxItem* pBitmapItem = _pEntry->GetFirstItem( SV_ITEM_ID_LBOXCONTEXTBMP ); - USHORT nTabPos = 0; SvLBoxTab* pTab = pBitmapItem ? GetTab( _pEntry, pBitmapItem ) : NULL; SvViewDataItem* pItemData = pBitmapItem ? GetViewDataItem( _pEntry, pBitmapItem ) : NULL; DBG_ASSERT( pTab && pItemData, "OCreationList::GetFocusRect: could not find the first bitmap item!" ); @@ -185,7 +184,7 @@ return aRect; } // ----------------------------------------------------------------------------- -void OCreationList::StartDrag( sal_Int8 _nAction, const Point& _rPosPixel ) +void OCreationList::StartDrag( sal_Int8 /*_nAction*/, const Point& /*_rPosPixel*/ ) { // don't give this to the base class, it does a ReleaseMouse as very first action // Though I think this is a bug (it should ReleaseMouse only if it is going to do @@ -439,7 +438,7 @@ m_aHelpText.SetText(String()); } // ----------------------------------------------------------------------------- -IMPL_LINK(OTasksWindow, OnEntrySelectHdl, SvTreeListBox*, _pTreeBox) +IMPL_LINK(OTasksWindow, OnEntrySelectHdl, SvTreeListBox*, /*_pTreeBox*/) { DBG_CHKTHIS(OTasksWindow,NULL); SvLBoxEntry* pEntry = m_aCreation.GetHdlEntry(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
