summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-20 13:12:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-20 13:12:34 +0000
commitd0572a171ef8841fd1af9e67d82e5ca3e603bf19 (patch)
treedc1eca6c9822ea077e4f5faa4de9f3cefd5c78fd /cui/source/inc/treeopt.hxx
parent4645a24805fb69c75c69547babd498ec913e61a0 (diff)
SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link now
Diffstat (limited to 'cui/source/inc/treeopt.hxx')
-rw-r--r--cui/source/inc/treeopt.hxx2
1 files changed, 1 insertions, 1 deletions
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();