summaryrefslogtreecommitdiff
path: root/sc/inc/charthelper.hxx
diff options
context:
space:
mode:
authorserval <serval2412@yahoo.fr>2010-12-20 11:50:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-20 11:50:25 +0000
commite4db7f536d6e227fd0695fa29077050f6bd692fb (patch)
tree03044b4427e663e47052f2eb4bff335fb6572296 /sc/inc/charthelper.hxx
parent3fc98975edfcdfca376cd2603db94b12048db1d7 (diff)
callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sc/inc/charthelper.hxx')
-rw-r--r--sc/inc/charthelper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx
index 97dcb197dc6a..38da99d78baf 100644
--- a/sc/inc/charthelper.hxx
+++ b/sc/inc/charthelper.hxx
@@ -43,7 +43,6 @@ class ScChartHelper
{
public:
static USHORT DoUpdateAllCharts( ScDocument* pDoc );
- static USHORT DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc ); //use this to replace ScDBFunc::DoUpdateCharts in future
static void AdjustRangesOfChartsOnDestinationPage( ScDocument* pSrcDoc, ScDocument* pDestDoc, const SCTAB nSrcTab, const SCTAB nDestTab );
static ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument > GetChartFromSdrObject( SdrObject* pObject );
static void GetChartRanges( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument >& xChartDoc,