summaryrefslogtreecommitdiff
path: root/sc/inc/ChartTools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/ChartTools.hxx')
-rw-r--r--sc/inc/ChartTools.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/ChartTools.hxx b/sc/inc/ChartTools.hxx
index 10217f91fab0..79aa00fb6056 100644
--- a/sc/inc/ChartTools.hxx
+++ b/sc/inc/ChartTools.hxx
@@ -16,6 +16,7 @@
#include <svx/svditer.hxx>
#include <rtl/ustring.hxx>
+#include <tools/long.hxx>
#include "types.hxx"
@@ -45,7 +46,7 @@ SdrOle2Obj* findChartsByName(ScDocShell* pDocShell, SCTAB nTab,
ChartSourceType eChartSourceType);
SdrOle2Obj* getChartByIndex(ScDocShell* pDocShell, SCTAB nTab,
- long nIndex, ChartSourceType eChartSourceType);
+ ::tools::Long nIndex, ChartSourceType eChartSourceType);
std::vector<SdrOle2Obj*> getAllPivotChartsConnectedTo(OUString const & sPivotTableName, ScDocShell* pDocShell);