From 2beba8f93e7991372dd45351c92c50f7850dc46a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 8 Aug 2012 13:53:08 +0200 Subject: reduce ascii noise and useless comments Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4 --- salhelper/inc/salhelper/singletonref.hxx | 4 ---- salhelper/source/timer.cxx | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'salhelper') diff --git a/salhelper/inc/salhelper/singletonref.hxx b/salhelper/inc/salhelper/singletonref.hxx index 62cd36bd0b0c..a602e50cc4bf 100644 --- a/salhelper/inc/salhelper/singletonref.hxx +++ b/salhelper/inc/salhelper/singletonref.hxx @@ -25,13 +25,9 @@ #include "osl/diagnose.h" #include "osl/getglobalmutex.hxx" -//_______________________________________________ -// namespace namespace salhelper{ -//_______________________________________________ -// definitions /** @short template for implementing singleton classes. diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx index 8d1d5f68d3b6..944d07d27862 100644 --- a/salhelper/source/timer.cxx +++ b/salhelper/source/timer.cxx @@ -237,8 +237,7 @@ TTimeValue Timer::getRemainingTime() const ///////////////////////////////////////////////////////////////////////////// // // Timer manager -// -namespace + { // Synchronize access to TimerManager struct theTimerManagerMutex : public rtl::Static< osl::Mutex, theTimerManagerMutex> {}; -- cgit v1.2.3