diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 14:20:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-17 08:19:33 +0200 |
commit | 036ee34543748633c2c9758f78a8ac746a10d97e (patch) | |
tree | d2e6b635d09476d294c07cea5db7d6ef8e998d6a /include | |
parent | 0ddd679dda38fbfa0773b5933e05bf1b4b73601e (diff) |
convert Link<> to typed
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fmshell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx index f68543095cff..b239dbc8ebb7 100644 --- a/include/svx/fmshell.hxx +++ b/include/svx/fmshell.hxx @@ -130,7 +130,7 @@ public: bool IsActiveControl() const; void ForgetActiveControl(); - void SetControlActivationHandler( const Link<>& _rHdl ); + void SetControlActivationHandler( const Link<LinkParamNone*,void>& _rHdl ); virtual void Activate(bool bMDI) SAL_OVERRIDE; virtual void Deactivate(bool bMDI) SAL_OVERRIDE; |