summaryrefslogtreecommitdiff
path: root/sc/inc/charthelper.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-03-08 16:33:48 +0100
committerIngrid Halama <iha@openoffice.org>2010-03-08 16:33:48 +0100
commit5a22073581287b47b79157bccf42e45a10d0bb3d (patch)
treee8ddb841d0e2462516b4c274f5550a3ec4831dd2 /sc/inc/charthelper.hxx
parent3b6a988b4d37ff1053ae10262e1d87cffd3d3431 (diff)
chart43: #i29848# chart-copy references original data instead of copied data
Diffstat (limited to 'sc/inc/charthelper.hxx')
-rw-r--r--sc/inc/charthelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx
index b4c677d7c3c6..4fad54851797 100644
--- a/sc/inc/charthelper.hxx
+++ b/sc/inc/charthelper.hxx
@@ -29,9 +29,11 @@
#define SC_CHARTHELPER_HXX
#include <tools/solar.h>
+#include "address.hxx"
class ScDocument;
class ScAddress;
+class ScRangeList;
/** Use this to handle charts in a calc document
*/
@@ -40,6 +42,7 @@ 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 );
};
#endif