From dc735109bf44754b59a6fcdbcb8171d1bbf82ba3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 28 Apr 2017 11:19:09 +0200 Subject: loplugin:checkunusedparams in accessibility and avmedia Change-Id: I94df9a65578792fb06f3b3259603f70ca1e0b3db Reviewed-on: https://gerrit.libreoffice.org/37059 Tested-by: Jenkins Reviewed-by: Noel Grandin --- accessibility/inc/standard/vclxaccessiblelist.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'accessibility/inc/standard') diff --git a/accessibility/inc/standard/vclxaccessiblelist.hxx b/accessibility/inc/standard/vclxaccessiblelist.hxx index 9d77fe7a526a..2399d5d69603 100644 --- a/accessibility/inc/standard/vclxaccessiblelist.hxx +++ b/accessibility/inc/standard/vclxaccessiblelist.hxx @@ -164,13 +164,8 @@ protected: /** Call this method when the item list has been changed, i.e. items have been deleted or inserted. - @param bItemInserted - Indicate whether items have been inserted (TRUE) or removed (FALSE). - @param nIndex - Index of the new or removed item. A value of -1 indicates that - the whole list has been cleared. */ - void HandleChangedItemList (bool bItemInserted, sal_Int32 nIndex); + void HandleChangedItemList(); // VCLXAccessibleComponent virtual css::awt::Rectangle implGetBounds( ) override; -- cgit