summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmshell.cxx')
-rw-r--r--svx/source/form/fmshell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 6cd4924afd5e..3f3ddfd440d6 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -1287,7 +1287,7 @@ void FmFormShell::ForgetActiveControl()
}
-void FmFormShell::SetControlActivationHandler( const Link& _rHdl )
+void FmFormShell::SetControlActivationHandler( const Link<>& _rHdl )
{
m_pImpl->SetControlActivationHandler( _rHdl );
}