From d0572a171ef8841fd1af9e67d82e5ca3e603bf19 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 20 Dec 2011 13:12:34 +0000 Subject: SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link now --- cui/source/inc/treeopt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx index 91a207115e12..a107750bbc30 100644 --- a/cui/source/inc/treeopt.hxx +++ b/cui/source/inc/treeopt.hxx @@ -208,7 +208,7 @@ protected: DECL_LINK(BackHdl_Impl, PushButton* ); DECL_LINK( OKHdl_Impl, Button * ); DECL_LINK( HintHdl_Impl, Timer * ); - DECL_LINK( SelectHdl_Impl, Timer * ); + void SelectHdl_Impl(); virtual long Notify( NotifyEvent& rNEvt ); virtual short Execute(); -- cgit