diff options
author | npcdoom <venccsralph@gmail.com> | 2011-02-21 10:51:24 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-21 10:51:24 -0800 |
commit | 777417b81b6538da34f7e1ceba1d42f5effd0223 (patch) | |
tree | 6bdca10cfacbbb56a35be7df0fa0f308f0f1f32b /sc | |
parent | 5b7fcb124dd56eae4ba130db553e8673e0d2e991 (diff) |
PATCH 01/10] Remove <tools/list.hxx>
Diffstat (limited to 'sc')
-rw-r--r-- | 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 23fbdfa7d595..99a3f512cbc4 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: |