summaryrefslogtreecommitdiff
path: root/accessibility/inc/standard/vclxaccessiblelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/standard/vclxaccessiblelist.hxx')
-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;