summaryrefslogtreecommitdiffstats
path: root/sc/inc/refreshtimer.hxx
diff options
context:
space:
mode:
authornpcdoom <venccsralph@gmail.com>2011-02-21 10:51:24 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-21 10:51:24 -0800
commit777417b81b6538da34f7e1ceba1d42f5effd0223 (patch)
tree6bdca10cfacbbb56a35be7df0fa0f308f0f1f32b /sc/inc/refreshtimer.hxx
parentFixed a crasher when retrieving an external value from in-memory doc. (diff)
downloadcore-777417b81b6538da34f7e1ceba1d42f5effd0223.tar.gz
core-777417b81b6538da34f7e1ceba1d42f5effd0223.zip
PATCH 01/10] Remove <tools/list.hxx>
Diffstat (limited to 'sc/inc/refreshtimer.hxx')
-rw-r--r--sc/inc/refreshtimer.hxx4
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: