summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/Window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/Window.hxx')
-rw-r--r--sd/source/ui/inc/Window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/Window.hxx b/sd/source/ui/inc/Window.hxx
index e76762011a87..4a9a3da0c0f8 100644
--- a/sd/source/ui/inc/Window.hxx
+++ b/sd/source/ui/inc/Window.hxx
@@ -45,7 +45,7 @@ class Window
{
public:
Window (vcl::Window* pParent);
- virtual ~Window ();
+ virtual ~Window () override;
virtual void dispose() override;
void SetViewShell (ViewShell* pViewSh);