summaryrefslogtreecommitdiff
path: root/accessibility/inc/standard
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 11:19:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 13:56:32 +0200
commitdc735109bf44754b59a6fcdbcb8171d1bbf82ba3 (patch)
tree0c115a8b5ef6db1f97c2b9f5bc644a2bceca2a01 /accessibility/inc/standard
parent032e7a4b5c4904d00b3f0ab75af113ed316343f8 (diff)
loplugin:checkunusedparams in accessibility and avmedia
Change-Id: I94df9a65578792fb06f3b3259603f70ca1e0b3db Reviewed-on: https://gerrit.libreoffice.org/37059 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/inc/standard')
-rw-r--r--accessibility/inc/standard/vclxaccessiblelist.hxx7
1 files changed, 1 insertions, 6 deletions
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;