summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTimer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTimer.hxx')
-rw-r--r--sdext/source/presenter/PresenterTimer.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx
index 19d9e0637258..c79760c74224 100644
--- a/sdext/source/presenter/PresenterTimer.hxx
+++ b/sdext/source/presenter/PresenterTimer.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -58,7 +58,7 @@ public:
typedef ::boost::function<void(const TimeValue&)> Task;
static const sal_Int32 NotAValidTaskId = 0;
-
+
static sal_Int32 ScheduleSingleTaskRelative (
const Task& rTask,
const sal_Int64 nDelay);
@@ -82,7 +82,7 @@ public:
-typedef cppu::WeakComponentImplHelper1<
+typedef cppu::WeakComponentImplHelper1<
css::awt::XCallback
> PresenterClockTimerInterfaceBase;
@@ -98,7 +98,7 @@ public:
virtual void TimeHasChanged (const oslDateTime& rCurrentTime) = 0;
};
typedef ::boost::shared_ptr<Listener> SharedListener;
-
+
static ::rtl::Reference<PresenterClockTimer> Instance (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
@@ -106,7 +106,7 @@ public:
void RemoveListener (const SharedListener& rListener);
static oslDateTime GetCurrentTime (void);
-
+
/** Return the difference between the two different times in
nanoseconds.
*/
@@ -131,7 +131,7 @@ private:
PresenterClockTimer (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
~PresenterClockTimer (void);
-
+
void CheckCurrentTime (const TimeValue& rCurrentTime);
};