From 411e32244c7bff5fb64a049b1c63cf15ac166cd3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 Sep 2015 15:59:16 +0200 Subject: convert Link<> to typed Change-Id: Ic15d0539aa00b46694a1715b6dda9d78bb1c00d8 Reviewed-on: https://gerrit.libreoffice.org/18269 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/inc/GalleryControl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/GalleryControl.hxx b/svx/inc/GalleryControl.hxx index a807b05dbea8..268aba405abd 100644 --- a/svx/inc/GalleryControl.hxx +++ b/svx/inc/GalleryControl.hxx @@ -33,6 +33,7 @@ class GallerySplitter; class GalleryBrowser1; class GalleryBrowser2; class FmFormModel; +class Splitter; namespace svx { namespace sidebar { @@ -59,7 +60,7 @@ private: virtual void Resize() SAL_OVERRIDE; virtual void GetFocus() SAL_OVERRIDE; - DECL_LINK(SplitHdl, void*); + DECL_LINK_TYPED(SplitHdl, Splitter*, void); protected: void ThemeSelectionHasChanged(); -- cgit