summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/TabControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/TabControl.hxx')
-rw-r--r--sd/source/ui/inc/TabControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/TabControl.hxx b/sd/source/ui/inc/TabControl.hxx
index 53e762252b36..d748fe38d4a5 100644
--- a/sd/source/ui/inc/TabControl.hxx
+++ b/sd/source/ui/inc/TabControl.hxx
@@ -41,7 +41,7 @@ class TabControl
public:
TabControl (DrawViewShell* pDrViewSh, vcl::Window* pParent);
virtual void dispose() override;
- virtual ~TabControl();
+ virtual ~TabControl() override;
/** Inform all listeners of this control that the current page has been
activated. Call this method after switching the current page and is
@@ -91,7 +91,7 @@ private:
TabControl& mrParent;
- virtual ~TabControlTransferable();
+ virtual ~TabControlTransferable() override;
virtual void AddSupportedFormats() override;
virtual bool GetData( const css::datatransfer::DataFlavor& rFlavor, const OUString& rDestDoc ) override;