summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docchart.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-06 23:09:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-07 12:27:31 +0000
commit75871d9a8c0f22f3d5486023a56175d0d04e66d5 (patch)
tree0f08695d0a3d611c1f97c87463a3aebec7d213f2 /sw/source/core/doc/docchart.cxx
parentb2fe416ef61347b9e26691b745574519947cf796 (diff)
callcatcher: remove some unused methods
Diffstat (limited to 'sw/source/core/doc/docchart.cxx')
-rw-r--r--sw/source/core/doc/docchart.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/core/doc/docchart.cxx b/sw/source/core/doc/docchart.cxx
index 09ce981100f9..6be1b50642bf 100644
--- a/sw/source/core/doc/docchart.cxx
+++ b/sw/source/core/doc/docchart.cxx
@@ -106,9 +106,7 @@ sal_Bool SwTable::IsTblComplexForChart( const String& rSelection,
*pEndBox->GetSttNd(), pGetCLines );
}
-
-
-IMPL_LINK( SwDoc, DoUpdateAllCharts, Timer *, EMPTYARG )
+void SwDoc::DoUpdateAllCharts()
{
ViewShell* pVSh;
GetEditShell( &pVSh );
@@ -129,7 +127,6 @@ IMPL_LINK( SwDoc, DoUpdateAllCharts, Timer *, EMPTYARG )
}
}
}
- return 0;
}
void SwDoc::_UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const