summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuifmsearch.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-25 11:19:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-25 18:23:14 +0000
commit14a5131658cd25009c625fcf2472a49d9392de6c (patch)
tree492d4b9d134ee0dc34e7e4afd690d62ac6731fb9 /cui/source/dialogs/cuifmsearch.cxx
parente5c8436ce88c4c433b736b776bab499240ffd187 (diff)
convert Link<> to typed
Change-Id: I7fd77490ab49a18f48e248ca277bc30b5a7d2071 Reviewed-on: https://gerrit.libreoffice.org/18858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/dialogs/cuifmsearch.cxx')
-rw-r--r--cui/source/dialogs/cuifmsearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx
index b0d80cf2ba40..bb410ac5b460 100644
--- a/cui/source/dialogs/cuifmsearch.cxx
+++ b/cui/source/dialogs/cuifmsearch.cxx
@@ -696,7 +696,7 @@ void FmSearchDialog::OnFound(const css::uno::Any& aCursorPos, sal_Int16 nFieldPo
// this of course implies that I have really searched in the field that is selected in the listbox,
// which is made sure in RebuildUsedFields
- m_lnkFoundHandler.Call(&friInfo);
+ m_lnkFoundHandler.Call(friInfo);
m_pcmbSearchText->GrabFocus();
}