summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/docshell/datastream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/datastream.cxx')
-rw-r--r--sc/source/ui/docshell/datastream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index cd78c5394525..9c6c869a8e28 100644
--- a/sc/source/ui/docshell/datastream.cxx
+++ b/sc/source/ui/docshell/datastream.cxx
@@ -585,7 +585,7 @@ bool DataStream::ImportData()
return mbRunning;
}
-IMPL_LINK_NOARG_TYPED(DataStream, ImportTimerHdl, Timer *, void)
+IMPL_LINK_NOARG(DataStream, ImportTimerHdl, Timer *, void)
{
if (ImportData())
maImportTimer.Start();