From 777417b81b6538da34f7e1ceba1d42f5effd0223 Mon Sep 17 00:00:00 2001 From: npcdoom Date: Mon, 21 Feb 2011 10:51:24 -0800 Subject: PATCH 01/10] Remove --- sc/inc/refreshtimer.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc') diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx index 23fbdfa7d595..99a3f512cbc4 100644 --- a/sc/inc/refreshtimer.hxx +++ b/sc/inc/refreshtimer.hxx @@ -33,7 +33,6 @@ #include #include -//============================================================================= 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: -- cgit