summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/reffact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/reffact.cxx')
-rw-r--r--sc/source/ui/view/reffact.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx
index 3b0e96224d29..4ba4eb96acac 100644
--- a/sc/source/ui/view/reffact.cxx
+++ b/sc/source/ui/view/reffact.cxx
@@ -193,7 +193,7 @@ void ScSimpleRefDlgWrapper::SetRefString(const OUString& rStr)
}
}
-void ScSimpleRefDlgWrapper::SetCloseHdl( const Link& rLink )
+void ScSimpleRefDlgWrapper::SetCloseHdl( const Link<>& rLink )
{
if(pWindow!=nullptr)
{
@@ -201,8 +201,8 @@ void ScSimpleRefDlgWrapper::SetCloseHdl( const Link& rLink )
}
}
-void ScSimpleRefDlgWrapper::SetUnoLinks( const Link& rDone,
- const Link& rAbort, const Link& rChange )
+void ScSimpleRefDlgWrapper::SetUnoLinks( const Link<>& rDone,
+ const Link<>& rAbort, const Link<>& rChange )
{
if(pWindow!=nullptr)
{