summaryrefslogtreecommitdiffstats
path: root/cui/source/options/tsaurls.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/tsaurls.cxx')
-rw-r--r--cui/source/options/tsaurls.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/tsaurls.cxx b/cui/source/options/tsaurls.cxx
index 215a63454919..b53741f1691d 100644
--- a/cui/source/options/tsaurls.cxx
+++ b/cui/source/options/tsaurls.cxx
@@ -123,7 +123,7 @@ IMPL_LINK_NOARG(TSAURLsDialog, SelectHdl, ListBox&, void)
IMPL_LINK_NOARG(TSAURLsDialog, DeleteHdl_Impl, Button*, void)
{
- sal_Int32 nSel = m_pURLListBox->GetSelectEntryPos();
+ sal_Int32 nSel = m_pURLListBox->GetSelectedEntryPos();
if (nSel == LISTBOX_ENTRY_NOTFOUND)
return;