summaryrefslogtreecommitdiff
path: root/svx/inc
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/inc
parent9004eeae2fc7be5868b9f5738ff335db262b40d9 (diff)
convert Link<> to typed
Change-Id: Ibadfd1d3e954be456c7b35957bd12c1d9ecd8932
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/galbrws2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index 58f60218b4ee..09223c05f6a2 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -137,7 +137,7 @@ private:
// SfxListener
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
- DECL_LINK( SelectObjectHdl, void* );
+ DECL_LINK_TYPED( SelectObjectHdl, GalleryListView*, void );
DECL_LINK_TYPED( SelectObjectValueSetHdl, ValueSet*, void );
DECL_LINK_TYPED( SelectTbxHdl, ToolBox*, void );
DECL_LINK( MiscHdl, void* );