summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 16:35:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-24 08:27:56 +0000
commit3caf31b05d7bbf3d50a1bbda6c8b95982cb5c2b5 (patch)
treeb281c279936763f21a9f07047246dfdc72e8d4fe /sc/inc/colorscale.hxx
parent2c8e66129f14c6d0b9174d27546e233b3995d8d4 (diff)
loplugin:unusedmethods in sc
Change-Id: Ic378126a30be853d10fe174c451cee3c6ded404f Reviewed-on: https://gerrit.libreoffice.org/25109 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 96a05ee14478..940d96d5a7d7 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -222,8 +222,6 @@ public:
virtual void startRendering() override;
virtual void endRendering() override;
- virtual bool NeedsRepaint() const = 0;
-
protected:
std::vector<double>& getValues() const;
@@ -267,8 +265,6 @@ public:
virtual void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt ) override;
virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
- virtual bool NeedsRepaint() const override;
-
virtual condformat::ScFormatEntryType GetType() const override;
ScColorScaleEntries::iterator begin();
ScColorScaleEntries::const_iterator begin() const;
@@ -305,8 +301,6 @@ public:
virtual void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt ) override;
virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
- virtual bool NeedsRepaint() const override;
-
virtual condformat::ScFormatEntryType GetType() const override;
/**
@@ -367,8 +361,6 @@ public:
virtual void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt ) override;
virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
- virtual bool NeedsRepaint() const override;
-
virtual condformat::ScFormatEntryType GetType() const override;
static ScIconSetMap* getIconSetMap();