summaryrefslogtreecommitdiffstats
path: root/sc/inc/refreshtimer.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-10-28 19:52:17 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-30 23:55:59 +0100
commitdfe56dfebe5a8c5ee0c3c576158d43fa9fa5678a (patch)
treec92ccfd13422870f9cf4e8b3d8b90264c32a3394 /sc/inc/refreshtimer.hxx
parentextend the position hint to GetRangeScriptType (diff)
downloadcore-dfe56dfebe5a8c5ee0c3c576158d43fa9fa5678a.tar.gz
core-dfe56dfebe5a8c5ee0c3c576158d43fa9fa5678a.zip
remove empty methods
They are empty since 3a20556d0945f9de7c12fc18018257525dfc5065. Change-Id: Ibd6c1722d3088d92677338b5b8011cddd6dd98cf
Diffstat (limited to 'sc/inc/refreshtimer.hxx')
-rw-r--r--sc/inc/refreshtimer.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index e60fd62e9254..0ee9a374b50b 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -66,10 +66,6 @@ class ScRefreshTimer : public AutoTimer
private:
ScRefreshTimerControl * const * ppControl;
- void AppendToControl() {}
-
- void RemoveFromControl() {}
-
void Start()
{
if ( GetTimeout() )
@@ -104,12 +100,7 @@ public:
void StartRefreshTimer() { Start(); }
- void SetRefreshControl( ScRefreshTimerControl * const * pp )
- {
- RemoveFromControl();
- ppControl = pp;
- AppendToControl();
- }
+ void SetRefreshControl( ScRefreshTimerControl * const * pp ) { ppControl = pp; }
void SetRefreshHandler( const Link& rLink ) { SetTimeoutHdl( rLink ); }