diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-31 13:12:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-04 13:08:30 +0200 |
commit | 66a205d56f4ebd3ce6f32472ce90eb2c94f6f840 (patch) | |
tree | 4bfb056360b1082315702442534a4938551fd5a6 /svtools | |
parent | 8f0f4faad2db50fdc50d3f66ed5d32c9a0138dad (diff) |
convert Link<> to typed
Change-Id: I047c52f37b21b1264396d7077a1f35f6d2b13f3f
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/treelistbox.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index 6d64a0a8c89c..3926371cd89d 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -1781,11 +1781,10 @@ const Image& SvTreeListBox::GetCollapsedEntryBmp( const SvTreeListEntry* pEntry return pItem->GetBitmap1( ); } -IMPL_LINK( SvTreeListBox, CheckButtonClick, SvLBoxButtonData *, pData ) +IMPL_LINK_TYPED( SvTreeListBox, CheckButtonClick, SvLBoxButtonData *, pData, void ) { pHdlEntry = pData->GetActEntry(); CheckButtonHdl(); - return 0; } SvTreeListEntry* SvTreeListBox::InsertEntry( |