summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_DataSource.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 09:35:04 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:46 +0200
commit61623d5b90510ae6c791a41031d586a9316e74c4 (patch)
tree0b5a8115ae6d603cbe6208b958d8b440ea8fd06f /chart2/source/controller/dialogs/tp_DataSource.hxx
parentnew loplugin mergeclasses (diff)
downloadcore-61623d5b90510ae6c791a41031d586a9316e74c4.tar.gz
core-61623d5b90510ae6c791a41031d586a9316e74c4.zip
convert Link<> to typed
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx
index 92f8db40541b..bb465321f220 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.hxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.hxx
@@ -73,8 +73,8 @@ protected:
virtual void initializePage() SAL_OVERRIDE;
- DECL_LINK( SeriesSelectionChangedHdl, void* );
- DECL_LINK( RoleSelectionChangedHdl, void* );
+ DECL_LINK_TYPED( SeriesSelectionChangedHdl, SvTreeListBox*, void );
+ DECL_LINK_TYPED( RoleSelectionChangedHdl, SvTreeListBox*, void );
DECL_LINK_TYPED( MainRangeButtonClickedHdl, Button*, void );
DECL_LINK_TYPED( CategoriesRangeButtonClickedHdl, Button*, void );
DECL_LINK_TYPED( AddButtonClickedHdl, Button*, void );