summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlideSorterView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlideSorterView.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlideSorterView.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
index e58e3955284e..786f5dd4b81f 100644
--- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx
+++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
@@ -88,7 +88,7 @@ namespace {
{
public:
explicit Painter (SlideSorterView& rView) : mrView(rView) {}
- virtual ~Painter() {}
+ virtual ~Painter() override {}
virtual void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea) override
{
@@ -107,7 +107,7 @@ class BackgroundPainter
{
public:
explicit BackgroundPainter (const Color& rBackgroundColor) : maBackgroundColor(rBackgroundColor) {}
- virtual ~BackgroundPainter() {}
+ virtual ~BackgroundPainter() override {}
BackgroundPainter(const BackgroundPainter&) = delete;
BackgroundPainter& operator=(const BackgroundPainter&) = delete;