summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmshimp.cxx')
-rw-r--r--svx/source/form/fmshimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index fe0c4d78d47a..f8e818239a13 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3618,7 +3618,7 @@ void FmXFormShell::viewDeactivated( FmFormView& _rCurrentView, bool _bDeactivate
// remove callbacks at the page
if ( pPage )
{
- pPage->GetImpl().SetFormsCreationHdl( Link() );
+ pPage->GetImpl().SetFormsCreationHdl( Link<>() );
}
UpdateForms( true );
}
@@ -3938,7 +3938,7 @@ void FmXFormShell::ForgetActiveControl()
}
-void FmXFormShell::SetControlActivationHandler( const Link& _rHdl )
+void FmXFormShell::SetControlActivationHandler( const Link<>& _rHdl )
{
m_pTextShell->SetControlActivationHandler( _rHdl );
}