summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorter.cxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
index 79171b327634..edc3750ee697 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
@@ -51,7 +51,7 @@ class ContentWindow : public ::sd::Window
{
public:
ContentWindow(vcl::Window& rParent, SlideSorter& rSlideSorter);
- virtual ~ContentWindow();
+ virtual ~ContentWindow() override;
void SetCurrentFunction (const rtl::Reference<FuPoor>& rpFunction);
virtual void Paint(vcl::RenderContext& /*rRenderContext*/, const Rectangle& rRect) override;
virtual void KeyInput (const KeyEvent& rEvent) override;