diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-06 23:09:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-07 12:27:31 +0000 |
commit | 75871d9a8c0f22f3d5486023a56175d0d04e66d5 (patch) | |
tree | 0f08695d0a3d611c1f97c87463a3aebec7d213f2 /sw/inc/doc.hxx | |
parent | b2fe416ef61347b9e26691b745574519947cf796 (diff) |
callcatcher: remove some unused methods
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 656b0b7eb8fe..6a03eb504dde 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -680,7 +680,7 @@ private: // Our own 'IdleTimer' calls the following method DECL_LINK( DoIdleJobs, Timer * ); // CharTimer calls this method. - DECL_LINK( DoUpdateAllCharts, Timer * ); + void DoUpdateAllCharts(); DECL_LINK( DoUpdateModifiedOLE, Timer * ); SwFmt *_MakeCharFmt(const String &, SwFmt *, sal_Bool, sal_Bool ); @@ -1679,7 +1679,7 @@ public: void UpdateCharts( const String &rName ) const; // Update all charts, for that exists any table. - void UpdateAllCharts() { DoUpdateAllCharts( 0 ); } + void UpdateAllCharts() { DoUpdateAllCharts(); } // Table is renamed and refreshes charts. void SetTableName( SwFrmFmt& rTblFmt, const String &rNewName ); |