summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx')
-rw-r--r--sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx b/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
index 7a79d06da1df..1bf5ec72cf14 100644
--- a/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
+++ b/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
@@ -56,7 +56,7 @@ public:
/** Stop the execution of the task and release the shared pointer to
itself so that it will eventually be destroyed.
*/
- void Release (void);
+ void Release();
/** Convenience method that calls Release() on the given task. It
checks the given weak_ptr for being expired and catches bad_weak_ptr
@@ -77,7 +77,7 @@ private:
const ::boost::shared_ptr<AsynchronousTask>& rpTask,
sal_uInt32 nMillisecondsBetweenSteps,
sal_uInt32 nMaxTimePerStep);
- ~TimerBasedTaskExecution (void);
+ ~TimerBasedTaskExecution();
void SetSelf (const ::boost::shared_ptr<TimerBasedTaskExecution>& rpSelf);
class Deleter;