diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-28 16:12:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-31 09:50:10 +0200 |
commit | 32673845809df70efe2651c3ca82f574245279c2 (patch) | |
tree | 4fc200eecfc91ce84c36188969174221078a48cb /sfx2/inc | |
parent | 335b14fba374c4a39252958de0e88a93dfc97a00 (diff) |
convert Link<> to typed
Change-Id: I236c1a35534c3b0a8461caffbaf852e9bbbd621d
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/inettbc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx index 8562b7f43b19..caa197be626c 100644 --- a/sfx2/inc/inettbc.hxx +++ b/sfx2/inc/inettbc.hxx @@ -34,7 +34,7 @@ private: SvtURLBox* GetURLBox() const; void OpenURL( const OUString& rName, bool bNew ) const; - DECL_LINK( OpenHdl, void* ); + DECL_LINK_TYPED( OpenHdl, SvtURLBox*, void ); DECL_LINK( SelectHdl, void* ); struct ExecuteInfo |