summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-05 09:59:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-05 12:05:38 +0200
commitc9b4c5681194a1cd3297a36d4a1f4e4cc3aac55a (patch)
tree2cb864a67b556f807ba175507296f7dfc5254944 /sc/inc
parent8c4a1663f5d93380268365d35a5581d8065df897 (diff)
Use typed Idle::SetIdleHdl Link
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/chartlis.hxx2
-rw-r--r--sc/inc/document.hxx2
-rw-r--r--sc/inc/scmod.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index e8b5905e5e52..667e5ea978fd 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -152,7 +152,7 @@ private:
Idle aIdle;
ScDocument* pDoc;
- DECL_LINK(TimerHdl, void *);
+ DECL_LINK_TYPED(TimerHdl, Idle *, void);
ScChartListenerCollection& operator=( const ScChartListenerCollection& ) SAL_DELETED_FUNCTION;
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 910f4d2ee884..0a30c7b4f949 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1890,7 +1890,7 @@ private:
SCCOLROW nEndCol, SCCOLROW* pTranslate,
ScProgress* pProgress, sal_uLong nProAdd );
- DECL_LINK(TrackTimeHdl, void *);
+ DECL_LINK_TYPED(TrackTimeHdl, Idle *, void);
static ScRecursionHelper* CreateRecursionHelperInstance();
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 82ea4e3edacd..d51d100a4e8b 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -132,7 +132,7 @@ public:
// moved by the application
DECL_LINK_TYPED( IdleHandler, Timer*, void ); // Timer instead of idle
- DECL_LINK( SpellTimerHdl, void* );
+ DECL_LINK_TYPED( SpellTimerHdl, Idle*, void );
DECL_LINK( CalcFieldValueHdl, EditFieldInfo* );
void Execute( SfxRequest& rReq );