summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 15:36:04 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:47 +0200
commit7c581916251acdcd6d41c490d9bae9eec7eef590 (patch)
tree901bb67c3557d42e97a588e83d0b996fdb1de825 /svx/source/gallery2
parent9004eeae2fc7be5868b9f5738ff335db262b40d9 (diff)
convert Link<> to typed
Change-Id: Ibadfd1d3e954be456c7b35957bd12c1d9ecd8932
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index afc98d03a0aa..ce1e8323799b 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -1318,10 +1318,9 @@ IMPL_LINK_NOARG_TYPED(GalleryBrowser2, SelectObjectValueSetHdl, ValueSet*, void)
ImplUpdateInfoBar();
}
-IMPL_LINK_NOARG(GalleryBrowser2, SelectObjectHdl)
+IMPL_LINK_NOARG_TYPED(GalleryBrowser2, SelectObjectHdl, GalleryListView*, void)
{
ImplUpdateInfoBar();
- return 0L;
}
IMPL_LINK_TYPED( GalleryBrowser2, SelectTbxHdl, ToolBox*, pBox, void )