summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/dlgpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/dlgpage.hxx')
-rw-r--r--sd/source/ui/inc/dlgpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/dlgpage.hxx b/sd/source/ui/inc/dlgpage.hxx
index 4818c66ce19a..21f78905531b 100644
--- a/sd/source/ui/inc/dlgpage.hxx
+++ b/sd/source/ui/inc/dlgpage.hxx
@@ -44,7 +44,7 @@ private:
public:
SdPageDlg( SfxObjectShell* pDocSh, vcl::Window* pParent, const SfxItemSet* pAttr, bool bAreaPage = true );
- virtual ~SdPageDlg() {};
+ virtual ~SdPageDlg() override {};
virtual void PageCreated(sal_uInt16 nId, SfxTabPage& rPage) override;
};