summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/doubleref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/doubleref.hxx')
-rw-r--r--sc/source/core/inc/doubleref.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/inc/doubleref.hxx b/sc/source/core/inc/doubleref.hxx
index 56fcd0b59650..da6bfa3f9117 100644
--- a/sc/source/core/inc/doubleref.hxx
+++ b/sc/source/core/inc/doubleref.hxx
@@ -93,7 +93,7 @@ class ScDBInternalRange : public ScDBRangeBase
{
public:
explicit ScDBInternalRange(ScDocument* pDoc, const ScRange& rRange);
- virtual ~ScDBInternalRange();
+ virtual ~ScDBInternalRange() override;
const ScRange& getRange() const { return maRange;}
@@ -134,7 +134,7 @@ class ScDBExternalRange : public ScDBRangeBase
{
public:
explicit ScDBExternalRange(ScDocument* pDoc, const ScMatrixRef& pMat);
- virtual ~ScDBExternalRange();
+ virtual ~ScDBExternalRange() override;
virtual SCCOL getColSize() const override;
virtual SCROW getRowSize() const override;