diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-02 17:53:43 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-04 06:31:16 +0000 |
commit | 5338d2abe4078626d2cfa38cde99dfa1d4eb2f6b (patch) | |
tree | ed8354745a9761a75f10c310c569d828bacbab6b /include/svx/sidebar | |
parent | bb1dcd35f350e2375f6a8a9d27b02fb5784a476f (diff) |
convert Link<> to typed
Change-Id: I4d6c37e82a5b96c09b989df248f94f0afe228b46
Reviewed-on: https://gerrit.libreoffice.org/18305
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index c12842f7708b..47fd4b4b9efd 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -164,7 +164,7 @@ protected: DECL_LINK(SelectFillAttrHdl, ListBox* ); DECL_LINK(ChangeTrgrTypeHdl_Impl, void*); DECL_LINK(ModifyTransparentHdl_Impl, void*); - DECL_LINK(ModifyTransSliderHdl, void*); + DECL_LINK_TYPED(ModifyTransSliderHdl, Slider*, void); // for transparency gradient VclPtr<PopupControl> CreateTransparencyGradientControl (PopupContainer* pParent); |