diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-04 17:28:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 10:21:54 +0200 |
commit | 8cafd08278c0b925aac91ea94d8f907d98f07047 (patch) | |
tree | 1c2b0e57c895511fdc67f8063647cc520ef5eaeb /svx/source/inc/fmexpl.hxx | |
parent | 3363f828d63775a11073276dce927b9538b57be6 (diff) |
Use typed Timer::SetTimeoutHdl Link
Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100
Diffstat (limited to 'svx/source/inc/fmexpl.hxx')
-rw-r--r-- | svx/source/inc/fmexpl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx index 8d7140e73451..a10c207feafa 100644 --- a/svx/source/inc/fmexpl.hxx +++ b/svx/source/inc/fmexpl.hxx @@ -484,10 +484,10 @@ namespace svxform static bool IsHiddenControl(FmEntryData* pEntryData); DECL_LINK( OnEdit, void* ); - DECL_LINK( OnDropActionTimer, void* ); + DECL_LINK_TYPED( OnDropActionTimer, Timer*, void ); DECL_LINK(OnEntrySelDesel, NavigatorTree*); - DECL_LINK(OnSynchronizeTimer, void*); + DECL_LINK_TYPED(OnSynchronizeTimer, Timer*, void); DECL_LINK( OnClipboardAction, void* ); |