summaryrefslogtreecommitdiff
path: root/sd/source/core/PageListWatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/PageListWatcher.hxx')
-rw-r--r--sd/source/core/PageListWatcher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/PageListWatcher.hxx b/sd/source/core/PageListWatcher.hxx
index 979ad9e97a12..d93e7d44df56 100644
--- a/sd/source/core/PageListWatcher.hxx
+++ b/sd/source/core/PageListWatcher.hxx
@@ -71,7 +71,7 @@ protected:
public:
explicit ImpDrawPageListWatcher(const SdrModel& rModel);
- virtual ~ImpDrawPageListWatcher();
+ virtual ~ImpDrawPageListWatcher() override;
};
class ImpMasterPageListWatcher : public ImpPageListWatcher
@@ -82,7 +82,7 @@ protected:
public:
explicit ImpMasterPageListWatcher(const SdrModel& rModel);
- virtual ~ImpMasterPageListWatcher();
+ virtual ~ImpMasterPageListWatcher() override;
};
#endif