From f9433c4e75494a320d1b1c37ab0cd42063c89be2 Mon Sep 17 00:00:00 2001
From: npcdoom <venccsralph@gmail.com>
Date: Sun, 20 Feb 2011 10:23:59 -0430
Subject: [PATCH 01/10] Remove <tools/list.hxx>

---
 sc/inc/refreshtimer.hxx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index c4e3677..f805b44 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -33,7 +33,6 @@
 #include <osl/mutex.hxx>
 #include <scdllapi.h>
 
-//=============================================================================
 class ScRefreshTimerControl
 {
 private:
@@ -56,7 +55,6 @@ public:
     ::osl::Mutex& GetMutex() { return aMutex; }
 };
 
-//=============================================================================
 class ScRefreshTimerProtector
 {
 private:
@@ -72,8 +70,6 @@ public:
     }
 };
 
-
-//=============================================================================
 class ScRefreshTimer : public AutoTimer
 {
 private:
-- 
1.7.3.4

