summaryrefslogtreecommitdiffstats
path: root/include/svx/svxdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-25 11:40:34 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-26 05:27:04 +0000
commit73b158e00177b7abd3f0c43dfdc3c3de1321e212 (patch)
tree3cc33ace6936730bea6a1e0e9d0ea1b34f4519bc /include/svx/svxdlg.hxx
parentUpdated core (diff)
downloadcore-73b158e00177b7abd3f0c43dfdc3c3de1321e212.tar.gz
core-73b158e00177b7abd3f0c43dfdc3c3de1321e212.zip
convert Link<> to typed
Change-Id: If1dcc5e50b08540623bb21067c5f74e47192ef9a Reviewed-on: https://gerrit.libreoffice.org/18859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r--include/svx/svxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 30f0dacfa18b..de777fe2658b 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -203,7 +203,7 @@ class AbstractFmSearchDialog :public VclAbstractDialog
{
public:
virtual void SetFoundHandler(const Link<FmFoundRecordInformation&,void>& lnk) = 0;
- virtual void SetCanceledNotFoundHdl(const Link<>& lnk)=0;
+ virtual void SetCanceledNotFoundHdl(const Link<FmFoundRecordInformation&,void>& lnk)=0;
virtual void SetActiveField(const OUString& strField)=0;
};