summaryrefslogtreecommitdiff
path: root/sc/inc/listenerquery.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/listenerquery.hxx')
-rw-r--r--sc/inc/listenerquery.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/listenerquery.hxx b/sc/inc/listenerquery.hxx
index f69283cb93a0..1b72023ab183 100644
--- a/sc/inc/listenerquery.hxx
+++ b/sc/inc/listenerquery.hxx
@@ -33,7 +33,7 @@ public:
typedef std::unordered_map<SCTAB,ColsType> TabsType;
RefQueryFormulaGroup();
- virtual ~RefQueryFormulaGroup();
+ virtual ~RefQueryFormulaGroup() override;
void setSkipRange( const ScRange& rRange );
void add( const ScAddress& rPos );
@@ -59,7 +59,7 @@ class QueryRange : public SvtListener::QueryBase
public:
QueryRange();
- virtual ~QueryRange();
+ virtual ~QueryRange() override;
void add( const ScRange& rRange );