summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 15:57:58 +0200
committerNoel Grandin <noel@peralex.com>2015-10-20 16:16:44 +0200
commit798d7bc09e81af112ce672a8166e29039108aef7 (patch)
tree733989b09759a04530168481d850e54801ec3515 /dbaccess/source/ui/dlg/tablespage.cxx
parentd86a7eb442e8596e83a73496abc25f83185eff04 (diff)
convert Link<> to typed
Change-Id: Id3ed50dc7fd4f783034797b2401ae05c96d002de
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.cxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index 1c2ab8c04af0..69a6d7714647 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -402,9 +402,9 @@ namespace dbaui
{
callModifiedHdl();
}
- IMPL_LINK( OTableSubscriptionPage, OnTreeEntryChecked, Control*, _pControl )
+ IMPL_LINK_TYPED( OTableSubscriptionPage, OnTreeEntryChecked, void*, _pControl, void )
{
- return OnControlModified(static_cast<Button*>(_pControl));
+ OnControlModified(_pControl);
}
IMPL_LINK_TYPED( OTableSubscriptionPage, OnTreeEntryCompare, const SvSortData&, _rSortData, sal_Int32 )
{