diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-09 15:47:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-10 12:56:14 +0100 |
commit | 32823280efffc02a250fc8d4749b8eb0f491ae77 (patch) | |
tree | d53b384498f6ba4c40b3449205eda96d45fc7c1e /sc/inc | |
parent | 617fb9eed92711639e4e632132a649f23ac2f3eb (diff) |
loplugin:unusedmethods
Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454
Reviewed-on: https://gerrit.libreoffice.org/44553
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chartarr.hxx | 5 | ||||
-rw-r--r-- | sc/inc/document.hxx | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/chartarr.hxx b/sc/inc/chartarr.hxx index 57013e9b0034..87b67d5f465b 100644 --- a/sc/inc/chartarr.hxx +++ b/sc/inc/chartarr.hxx @@ -66,10 +66,6 @@ private: ScMemChart* CreateMemChartSingle(); ScMemChart* CreateMemChartMulti(); public: - ScChartArray( ScDocument* pDoc, SCTAB nTab, - SCCOL nStartColP, SCROW nStartRowP, - SCCOL nEndColP, SCROW nEndRowP, - const OUString& rChartName ); ScChartArray( ScDocument* pDoc, const ScRangeListRef& rRangeList, const OUString& rChartName ); ScChartArray( const ScChartArray& rArr ); @@ -95,7 +91,6 @@ public: ScChartCollection(); ScChartCollection(const ScChartCollection& rColl); - SC_DLLPUBLIC void push_back(ScChartArray* p); void clear(); size_t size() const; bool empty() const; diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 31c5e2f4957a..dec590867b13 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -721,8 +721,6 @@ public: SC_DLLPUBLIC ScDPObject* GetDPAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab) const; ScDPObject* GetDPAtBlock( const ScRange& rBlock ) const; - SC_DLLPUBLIC ScChartCollection* GetChartCollection() const { return pChartCollection;} - void StopTemporaryChartLock(); void EnsureGraphicNames(); @@ -946,7 +944,6 @@ public: static bool IsChart( const SdrObject* pObject ); - SC_DLLPUBLIC void UpdateAllCharts(); void UpdateChartRef( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1, SCCOL nCol2, SCROW nRow2, SCTAB nTab2, |