summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/timer.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 164a5a87609f..d46c660b4e59 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/source/timer.cxx
@@ -32,10 +32,10 @@ class salhelper::TimerManager : public osl::Thread
public:
- ///
+
TimerManager();
- ///
+
~TimerManager();
/// register timer
@@ -74,10 +74,10 @@ protected:
};
-/////////////////////////////////////////////////////////////////////////////
-//
+
+
// Timer class
-//
+
Timer::Timer()
: m_aTimeOut( 0 ),
@@ -232,10 +232,10 @@ TTimeValue Timer::getRemainingTime() const
}
-/////////////////////////////////////////////////////////////////////////////
-//
+
+
// Timer manager
-//
+
namespace
{
// Synchronize access to TimerManager
@@ -461,10 +461,10 @@ void TimerManager::run()
}
-/////////////////////////////////////////////////////////////////////////////
-//
+
+
// Timer manager cleanup
-//
+
// jbu:
// The timer manager cleanup has been removed (no thread is killed anymore).