diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:53:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:18:34 -0600 |
commit | 6a8f848edecd1403686b4ad1232362908b1e2dbf (patch) | |
tree | c77b4e711a7599c6021e40d6ab746467e659e048 /salhelper | |
parent | bc1b0fca47dff0b6301988b831147ac89a0de375 (diff) |
Remove visual noise from salhelper
Change-Id: Id01f525478558f2d280bfda7c970f4e16faaff44
Reviewed-on: https://gerrit.libreoffice.org/8298
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/timer.cxx | 22 |
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). |