summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/headerfooterdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/headerfooterdlg.cxx')
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index ccab84b8cfa3..75580215f7e4 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -75,7 +75,7 @@ private:
public:
explicit PresLayoutPreview(vcl::Window* pParent);
- virtual ~PresLayoutPreview();
+ virtual ~PresLayoutPreview() override;
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) override;
virtual Size GetOptimalSize() const override;
@@ -153,7 +153,7 @@ private:
public:
HeaderFooterTabPage( vcl::Window* pParent, SdDrawDocument* pDoc, SdPage* pActualPage, bool bHandoutMode );
- virtual ~HeaderFooterTabPage();
+ virtual ~HeaderFooterTabPage() override;
virtual void dispose() override;
void init( const HeaderFooterSettings& rSettings, bool bNotOnTitle );