summaryrefslogtreecommitdiff
path: root/sc/inc/charthelper.hxx
diff options
context:
space:
mode:
authorWang Lei <leiw@apache.org>2012-03-16 04:58:28 +0000
committerWang Lei <leiw@apache.org>2012-03-16 04:58:28 +0000
commit95d2a62c9d544b5326593fc1e404cdd7a759ae9d (patch)
treebb949afa462c72f6ecc4601c7da8e377129ad58b /sc/inc/charthelper.hxx
parentf812f78d148d98a70a05f2f36e638130533e4fb7 (diff)
#i118954# Chart data will lost after copy to different file
Diffstat (limited to 'sc/inc/charthelper.hxx')
-rw-r--r--sc/inc/charthelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx
index d773b74ccbca..8bda47c35355 100644
--- a/sc/inc/charthelper.hxx
+++ b/sc/inc/charthelper.hxx
@@ -45,6 +45,7 @@ public:
static sal_uInt16 DoUpdateAllCharts( ScDocument* pDoc );
static sal_uInt16 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 void ScChartHelper::UpdateChartsOnDestinationPage( ScDocument* pDestDoc, 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,
::com::sun::star::uno::Sequence< rtl::OUString >& rRanges );