diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-24 18:59:52 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-25 18:19:12 +0000 |
commit | 51b2ad378a8531a7b02433594cd7f6bbd6a61222 (patch) | |
tree | b4d32c26ac00aeb87d5d82d4f33431d43f91ed0e /include/svx | |
parent | 825b9982a5de3ab94820ce5257bb446ea0a1c20a (diff) |
convert Link<> to typed
Change-Id: I9a85b8d6557490775c3d8482ac49bd27c51b6c8a
Reviewed-on: https://gerrit.libreoffice.org/18853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 459b61ef8566..d97090bac515 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -158,7 +158,7 @@ class AbstractSvxNameDialog :public VclAbstractDialog { public: virtual void GetName( OUString& rName ) = 0; - virtual void SetCheckNameHdl( const Link<>& rLink, bool bCheckImmediately = false ) = 0; + virtual void SetCheckNameHdl( const Link<AbstractSvxNameDialog&,bool>& rLink, bool bCheckImmediately = false ) = 0; virtual void SetEditHelpId(const OString&) = 0; //from class Window virtual void SetHelpId( const OString& ) = 0; |