summaryrefslogtreecommitdiff
path: root/include/svx/svdpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdpage.hxx')
-rw-r--r--include/svx/svdpage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 4dcf9b45d9df..98c53cfe3150 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -342,7 +342,7 @@ private:
public:
// construct/destruct
SdrPageProperties(SdrPage& rSdrPage);
- virtual ~SdrPageProperties();
+ virtual ~SdrPageProperties() override;
// Notify(...) from baseclass SfxListener
virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) override;
@@ -447,7 +447,7 @@ protected:
public:
explicit SdrPage(SdrModel& rNewModel, bool bMasterPage=false);
- virtual ~SdrPage();
+ virtual ~SdrPage() override;
virtual SdrPage* Clone() const override;
virtual SdrPage* Clone(SdrModel* pNewModel) const;
bool IsMasterPage() const { return mbMaster; }
@@ -541,7 +541,7 @@ class SVX_DLLPUBLIC StandardCheckVisisbilityRedirector : public sdr::contact::Vi
{
public:
StandardCheckVisisbilityRedirector();
- virtual ~StandardCheckVisisbilityRedirector();
+ virtual ~StandardCheckVisisbilityRedirector() override;
// all default implementations just call the same methods at the original. To do something
// different, override the method and at least do what the method does.