summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/TimerBasedTaskExecution.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 17:53:50 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 17:53:50 +0000
commitb0fe28142002e39671fca4f203887e472000f225 (patch)
tree9aa2b2d875beab406c93dcb8b3c012cc9e28012f /sd/source/ui/tools/TimerBasedTaskExecution.cxx
parentINTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED (diff)
downloadcore-b0fe28142002e39671fca4f203887e472000f225.tar.gz
core-b0fe28142002e39671fca4f203887e472000f225.zip
INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED
2006/11/22 12:42:18 cl 1.3.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/tools/TimerBasedTaskExecution.cxx')
-rw-r--r--sd/source/ui/tools/TimerBasedTaskExecution.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/tools/TimerBasedTaskExecution.cxx b/sd/source/ui/tools/TimerBasedTaskExecution.cxx
index b862dbf4f48f..cbf816f81885 100644
--- a/sd/source/ui/tools/TimerBasedTaskExecution.cxx
+++ b/sd/source/ui/tools/TimerBasedTaskExecution.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TimerBasedTaskExecution.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:22:49 $
+ * last change: $Author: kz $ $Date: 2006-12-12 18:53:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,7 @@ void TimerBasedTaskExecution::SetSelf (
-IMPL_LINK(TimerBasedTaskExecution,TimerCallback, Timer*,pTimer)
+IMPL_LINK(TimerBasedTaskExecution,TimerCallback, Timer*,EMPTYARG)
{
if (mpTask.get() != NULL)
if (mpTask->HasNextStep())