summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/customize/acccfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index ce1c0d552004..73ed7747c48a 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1544,7 +1544,7 @@ SvTreeListEntry* SfxAcceleratorConfigPage::applySearchFilter(OUString& rSearchTe
if (!textSearch.SearchForward( aStr, &aStartPos, &aEndPos ))
{
- rListBox->GetModel()->Remove(pEntry);
+ rListBox->RemoveEntry(pEntry);
}
else if (!pFirstMatch)
{