From bd8b93fdff93ff7b2b7e493a7bcef6a59f299dae Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 27 Aug 2015 13:08:02 +0200 Subject: make PostUserEvent Link<> typed Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a --- sd/source/ui/inc/View.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/inc/View.hxx') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 7884da011526..3ef12728cc6f 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -278,7 +278,7 @@ protected: DECL_LINK_TYPED( DropErrorHdl, Idle*, void ); DECL_LINK_TYPED( DropInsertFileHdl, Idle*, void ); - DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* ); + DECL_LINK_TYPED( ExecuteNavigatorDrop, void*, void ); void ImplClearDrawDropMarker(); -- cgit