summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlinettp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hlinettp.hxx')
-rw-r--r--cui/source/inc/hlinettp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hlinettp.hxx b/cui/source/inc/hlinettp.hxx
index 99f60cdca909..a9252e102ed9 100644
--- a/cui/source/inc/hlinettp.hxx
+++ b/cui/source/inc/hlinettp.hxx
@@ -54,7 +54,7 @@ private:
DECL_LINK (LostFocusTargetHdl_Impl , void * ); ///< Combobox "Target" lost its focus
DECL_LINK (ModifiedTargetHdl_Impl , void * ); ///< Contens of editfield "Target" modified
- DECL_LINK(TimeoutHdl_Impl , void *); ///< Handler for timer -timeout
+ DECL_LINK_TYPED(TimeoutHdl_Impl, Timer *, void); ///< Handler for timer -timeout
void SetScheme(const OUString& rScheme);