[Libreoffice-commits] core.git: salhelper/source
Alexander Wilms
f.alexander.wilms at gmail.com
Wed Feb 26 07:19:00 PST 2014
salhelper/source/timer.cxx | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
New commits:
commit 6a8f848edecd1403686b4ad1232362908b1e2dbf
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date: Tue Feb 25 19:53:09 2014 +0100
Remove visual noise from salhelper
Change-Id: Id01f525478558f2d280bfda7c970f4e16faaff44
Reviewed-on: https://gerrit.libreoffice.org/8298
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 164a5a8..d46c660 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).
More information about the Libreoffice-commits
mailing list