summaryrefslogtreecommitdiff
path: root/include/svx/graphctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/graphctl.hxx')
-rw-r--r--include/svx/graphctl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx
index 3416a351a0b8..c3bfe7e969f1 100644
--- a/include/svx/graphctl.hxx
+++ b/include/svx/graphctl.hxx
@@ -80,7 +80,7 @@ protected:
public:
GraphCtrl( vcl::Window* pParent, WinBits nStyle );
- virtual ~GraphCtrl();
+ virtual ~GraphCtrl() override;
virtual void dispose() override;
void SetWinStyle( WinBits nWinBits );
@@ -123,7 +123,7 @@ public:
: rWin(rGraphWin)
{}
- virtual ~GraphCtrlUserCall()
+ virtual ~GraphCtrlUserCall() override
{}
virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& rOldBoundRect) override;
@@ -152,7 +152,7 @@ public:
, rGraphCtrl(*pWindow)
{}
- virtual ~GraphCtrlView()
+ virtual ~GraphCtrlView() override
{}
};