summaryrefslogtreecommitdiff
path: root/sfx2/source/inet
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-28 16:12:16 +0200
committerNoel Grandin <noel@peralex.com>2015-08-31 09:50:10 +0200
commit32673845809df70efe2651c3ca82f574245279c2 (patch)
tree4fc200eecfc91ce84c36188969174221078a48cb /sfx2/source/inet
parent335b14fba374c4a39252958de0e88a93dfc97a00 (diff)
convert Link<> to typed
Change-Id: I236c1a35534c3b0a8461caffbaf852e9bbbd621d
Diffstat (limited to 'sfx2/source/inet')
-rw-r--r--sfx2/source/inet/inettbc.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index 8ba12b55e3ca..47d361e7ca87 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -170,7 +170,7 @@ IMPL_LINK_NOARG(SfxURLToolBoxControl_Impl, SelectHdl)
return 1L;
}
-IMPL_LINK_NOARG(SfxURLToolBoxControl_Impl, OpenHdl)
+IMPL_LINK_NOARG_TYPED(SfxURLToolBoxControl_Impl, OpenHdl, SvtURLBox*, void)
{
SvtURLBox* pURLBox = GetURLBox();
OpenURL( pURLBox->GetURL(), pURLBox->IsCtrlOpen() );
@@ -186,8 +186,6 @@ IMPL_LINK_NOARG(SfxURLToolBoxControl_Impl, OpenHdl)
pWin->ToTop( ToTopFlags::RestoreWhenMin );
}
}
-
- return 1L;
}