summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-06-28 18:15:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-08 08:59:06 +0200
commit2b5ebcc45b598f7e778abd76184342b86300c3b0 (patch)
treedbf903559878506d990933c89b0c39b49abb2cc1 /chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
parent3c4da0f6fda6d6cf376cae77417d813e1d21d740 (diff)
chart2: typed Link<>
Change-Id: I98c882d64cb4d6430390ac705f3f2208dd523598
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
index bb96e8576dd2..a94f1dcb6386 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
@@ -69,7 +69,7 @@ private:
void updatePreview();
private:
- DECL_LINK(fillControlsFromModel, void *);
+ DECL_LINK_TYPED(fillControlsFromModel, void *, void);
void applyLightSourceToModel( sal_uInt32 nLightNumber );
void applyLightSourcesToModel();