diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-20 13:12:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-20 13:12:34 +0000 |
commit | d0572a171ef8841fd1af9e67d82e5ca3e603bf19 (patch) | |
tree | dc1eca6c9822ea077e4f5faa4de9f3cefd5c78fd /cui/source/inc | |
parent | 4645a24805fb69c75c69547babd498ec913e61a0 (diff) |
SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link now
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/treeopt.hxx | 2 |
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(); |