summaryrefslogtreecommitdiff
path: root/sc/inc/chartarr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-21 15:39:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-22 07:02:34 +0000
commit90e8ad7ab779740c7381d26ffe7d08acc3a9ff96 (patch)
tree05f271eff42a09203d07326ec7752ff5bfe40f08 /sc/inc/chartarr.hxx
parentb975aceec3c5f101916b525c10c44408b3e9da9d (diff)
loplugin:unusedmethods scripting,sc
Change-Id: I0016aefce1aad3a89bd23dcec6fbab58a7c844d7 Reviewed-on: https://gerrit.libreoffice.org/17263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/chartarr.hxx')
-rw-r--r--sc/inc/chartarr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/chartarr.hxx b/sc/inc/chartarr.hxx
index 4dcda4091b2b..4cefe81aad3a 100644
--- a/sc/inc/chartarr.hxx
+++ b/sc/inc/chartarr.hxx
@@ -76,15 +76,11 @@ public:
~ScChartArray();
const ScRangeListRef& GetRangeList() const { return aPositioner.GetRangeList(); }
- void SetRangeList( const ScRangeListRef& rNew ) { aPositioner.SetRangeList(rNew); }
- void SetRangeList( const ScRange& rNew ) { aPositioner.SetRangeList(rNew); }
const ScChartPositionMap* GetPositionMap() { return aPositioner.GetPositionMap(); }
void SetHeaders(bool bCol, bool bRow) { aPositioner.SetHeaders(bCol, bRow); }
bool HasColHeaders() const { return aPositioner.HasColHeaders(); }
bool HasRowHeaders() const { return aPositioner.HasRowHeaders(); }
- bool IsValid() const { return bValid; }
- void SetName(const OUString& rNew) { aName = rNew; }
const OUString& GetName() const { return aName; }
bool operator==(const ScChartArray& rCmp) const;