Kaydet (Commit) 6a8f848e authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from salhelper

Change-Id: Id01f525478558f2d280bfda7c970f4e16faaff44
Reviewed-on: https://gerrit.libreoffice.org/8298Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst bc1b0fca
......@@ -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).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment