diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 12:14:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-29 11:23:41 +0200 |
commit | 9597e177dc24d9975bb94906afb4757ea797905a (patch) | |
tree | f9171abd8ae511112cc99b470677ea2d83b5452d /sc/inc | |
parent | ec28e590d537b58255a1417ce639a412e3a06498 (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.hxx | 2 |
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 |