Kaydet (Commit) 2cc9e161 authored tarafından Michael Stahl's avatar Michael Stahl

ThumbnailView::ImplEndTracking: -Werror=unused-parameter

Change-Id: Iae4be27a184be20db6f42194382347078d0fb6c2
üst 67f63a90
......@@ -535,8 +535,9 @@ void ThumbnailView::ImplTracking( const Point& rPos, bool bRepeat )
}
}
void ThumbnailView::ImplEndTracking( const Point& rPos, bool bCancel )
void ThumbnailView::ImplEndTracking(const Point& /*rPos*/, bool const /*bCancel*/)
{
//FIXME TODO
}
IMPL_LINK (ThumbnailView, OnFolderSelected, ThumbnailViewItem*, pItem)
......
......@@ -545,6 +545,7 @@ void SAL_CALL ThumbnailViewAcc::deselectAccessibleChild( sal_Int32 nChildIndex )
// the specified child is currently selected.
//FIXME TODO if (isAccessibleChildSelected(nChildIndex))
//FIXME TODO ;
(void) nChildIndex;
}
sal_Int64 SAL_CALL ThumbnailViewAcc::getSomething( const uno::Sequence< sal_Int8 >& rId ) throw( uno::RuntimeException )
......
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