summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 15:18:12 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:47 +0200
commita7fde38aaeca29339c9371272ae34ee0b8ca31d2 (patch)
treecf67fa5ca40b46ccf2d611a329e5281c9b16997c /chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
parentconvert Link<> to typed (diff)
downloadcore-a7fde38aaeca29339c9371272ae34ee0b8ca31d2.tar.gz
core-a7fde38aaeca29339c9371272ae34ee0b8ca31d2.zip
convert Link<> to typed
Change-Id: I46e3f994d134f519258046f56263b4a42c1d97c2
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
index cb368ca33163..f8cec2693c06 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
@@ -63,8 +63,8 @@ private:
DECL_LINK_TYPED( ClickLightSourceButtonHdl, Button*, void );
DECL_LINK( SelectColorHdl, ColorLB* );
DECL_LINK_TYPED( ColorDialogHdl, Button*, void );
- DECL_LINK( PreviewChangeHdl, void* );
- DECL_LINK( PreviewSelectHdl, void* );
+ DECL_LINK_TYPED( PreviewChangeHdl, SvxLightCtl3D*, void );
+ DECL_LINK_TYPED( PreviewSelectHdl, SvxLightCtl3D*, void );
void updatePreview();