diff options
author | David Tardon <dtardon@redhat.com> | 2010-11-02 06:58:52 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-02 06:58:52 +0100 |
commit | ce498135816faa56f9e843f5b411e494f50dc4cf (patch) | |
tree | a25a2bcd2df9b62501c563d71b243cb4bde87b0e /sdext | |
parent | 9a31239f3ed65bf3a85304506efb324ba47a5899 (diff) |
clean up a bit
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterClock.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterClock.cxx b/sdext/source/presenter/PresenterClock.cxx index 55daa1ab3d43..43c7d037d000 100644 --- a/sdext/source/presenter/PresenterClock.cxx +++ b/sdext/source/presenter/PresenterClock.cxx @@ -350,7 +350,6 @@ void PresenterClock::LateInit (void) void SAL_CALL PresenterClock::disposing (void) { - // osl::MutexGuard aGuard (m_aMutex); if (mpTimer != NULL) { mpTimer->Stop(); @@ -398,9 +397,6 @@ void PresenterClock::UpdateTime (void) void SAL_CALL PresenterClock::disposing (const lang::EventObject& rEventObject) throw (RuntimeException) { - // ::osl::MutexGuard aSolarGuard (::osl::Mutex::getGlobalMutex()); - // osl::MutexGuard aGuard (m_aMutex); - if (rEventObject.Source == mxWindow) { mxWindow = NULL; @@ -417,7 +413,6 @@ void SAL_CALL PresenterClock::disposing (const lang::EventObject& rEventObject) void SAL_CALL PresenterClock::windowPaint (const awt::PaintEvent& rEvent) throw (RuntimeException) { - (void)rEvent; ThrowIfDisposed(); Paint(rEvent.UpdateRect); } @@ -471,7 +466,6 @@ void SAL_CALL PresenterClock::windowHidden (const lang::EventObject& rEvent) void SAL_CALL PresenterClock::mousePressed (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException) { - (void)rEvent; if (rEvent.Buttons == awt::MouseButton::LEFT) { SetMode(mnMode+1); |