diff options
Diffstat (limited to 'include/svx/fmshell.hxx')
-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; |