From e4db7f536d6e227fd0695fa29077050f6bd692fb Mon Sep 17 00:00:00 2001 From: serval Date: Mon, 20 Dec 2010 11:50:25 +0000 Subject: callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM --- sc/inc/charthelper.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/charthelper.hxx') 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, -- cgit