summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-28 12:14:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 11:23:41 +0200
commit9597e177dc24d9975bb94906afb4757ea797905a (patch)
treef9171abd8ae511112cc99b470677ea2d83b5452d /sc/inc
parentec28e590d537b58255a1417ce639a412e3a06498 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: Id7fa86dbd231939854135195e36db037a676d543 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101597 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/ChartTools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/ChartTools.hxx b/sc/inc/ChartTools.hxx
index 51af49cd96e0..10217f91fab0 100644
--- a/sc/inc/ChartTools.hxx
+++ b/sc/inc/ChartTools.hxx
@@ -47,7 +47,7 @@ SdrOle2Obj* findChartsByName(ScDocShell* pDocShell, SCTAB nTab,
SdrOle2Obj* getChartByIndex(ScDocShell* pDocShell, SCTAB nTab,
long nIndex, ChartSourceType eChartSourceType);
-std::vector<SdrOle2Obj*> getAllPivotChartsConntectedTo(OUString const & sPivotTableName, ScDocShell* pDocShell);
+std::vector<SdrOle2Obj*> getAllPivotChartsConnectedTo(OUString const & sPivotTableName, ScDocShell* pDocShell);
} // end sc::tools