summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 09:58:45 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:28 +0200
commit1c5797b16669afb6f0cd065f4c37c852c5136f60 (patch)
tree16f7d9273bde347121611ef0633cd30a5d7bec48 /sc
parenta7672907d84f5e940d2c1776759889570756f607 (diff)
remove unused code ScRefreshTimer::StartRefreshTimer()
Change-Id: If96e0de72338aabfb2c4db04fba8f524d48a1d5c
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/refreshtimer.hxx1
-rw-r--r--sc/source/core/tool/refreshtimer.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index b8e24db1cb0f..2c0b837923d9 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -50,7 +50,6 @@ public:
bool operator==( const ScRefreshTimer& r ) const;
bool operator!=( const ScRefreshTimer& r ) const;
- void StartRefreshTimer();
void SetRefreshControl( ScRefreshTimerControl * const * pp );
void SetRefreshHandler( const Link& rLink );
sal_uLong GetRefreshDelay() const;
diff --git a/sc/source/core/tool/refreshtimer.cxx b/sc/source/core/tool/refreshtimer.cxx
index cdaee6bbb54f..47f68963300a 100644
--- a/sc/source/core/tool/refreshtimer.cxx
+++ b/sc/source/core/tool/refreshtimer.cxx
@@ -84,11 +84,6 @@ bool ScRefreshTimer::operator!=( const ScRefreshTimer& r ) const
return !ScRefreshTimer::operator==( r );
}
-void ScRefreshTimer::StartRefreshTimer()
-{
- Start();
-}
-
void ScRefreshTimer::SetRefreshControl( ScRefreshTimerControl * const * pp )
{
ppControl = pp;