diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 15:31:53 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 18:56:53 +0000 |
commit | 0554e83ca9968e2301934bb2f420c9b9faee5681 (patch) | |
tree | 0a71da3db6dbeb540d1275e2925a09bc8e47a022 /cui/source/inc | |
parent | f378e1748f0645481a8b2deebd7bb2b34797aff7 (diff) |
convert Link<> to typed
Change-Id: I285d7093f4d9db4a511fbf236f493cc4199ce534
Reviewed-on: https://gerrit.libreoffice.org/18775
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 43f073719acf..2ab6b08e6c04 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -160,7 +160,7 @@ private: DECL_LINK_TYPED( ClickCancelBtn, Button*, void ); DECL_LINK_TYPED( TimeoutHdl, Idle*, void ); - DECL_LINK( ActualizeHdl, INetURLObject* ); + DECL_LINK_TYPED( ActualizeHdl, const INetURLObject&, void ); public: ActualizeProgress( vcl::Window* pWindow, GalleryTheme* pThm ); |