[Libreoffice-commits] .: salhelper/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Wed Aug 8 05:18:20 PDT 2012
salhelper/source/timer.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 389c315032e5eb18016e9a81207747fe0cdb5217
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Wed Aug 8 14:17:47 2012 +0200
fix build
Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 944d07d..8d1d5f6 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/source/timer.cxx
@@ -237,7 +237,8 @@ TTimeValue Timer::getRemainingTime() const
/////////////////////////////////////////////////////////////////////////////
//
// Timer manager
-
+//
+namespace
{
// Synchronize access to TimerManager
struct theTimerManagerMutex : public rtl::Static< osl::Mutex, theTimerManagerMutex> {};
More information about the Libreoffice-commits
mailing list