summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/result.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx
index 3f951954339b..7d43f8d9322b 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.cxx
@@ -50,13 +50,12 @@ void ScAddInResult::NewValue()
(*aListeners[n])->modified( aEvent );
}
-IMPL_LINK_INLINE_START( ScAddInResult, TimeoutHdl, Timer*, pT )
+IMPL_LINK( ScAddInResult, TimeoutHdl, Timer*, pT )
{
NewValue();
pT->Start();
return 0;
}
-IMPL_LINK_INLINE_END( ScAddInResult, TimeoutHdl, Timer*, pT )
ScAddInResult::~ScAddInResult()
{