diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:53:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:53:50 +0000 |
commit | b0fe28142002e39671fca4f203887e472000f225 (patch) | |
tree | 9aa2b2d875beab406c93dcb8b3c012cc9e28012f /sd/source/ui/tools/TimerBasedTaskExecution.cxx | |
parent | 22e9cacdf7d9492a72018864de08479415b5c07f (diff) |
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.cxx | 6 |
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()) |