summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/windowoutdevholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/windowoutdevholder.hxx')
-rw-r--r--canvas/source/vcl/windowoutdevholder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/windowoutdevholder.hxx b/canvas/source/vcl/windowoutdevholder.hxx
index 7a960d4c5d58..6e2bc1c1e499 100644
--- a/canvas/source/vcl/windowoutdevholder.hxx
+++ b/canvas/source/vcl/windowoutdevholder.hxx
@@ -37,8 +37,8 @@ namespace vclcanvas
explicit WindowOutDevHolder( const css::uno::Reference< css::awt::XWindow>& xWin );
private:
- virtual OutputDevice& getOutDev() SAL_OVERRIDE { return mrOutputWindow; }
- virtual const OutputDevice& getOutDev() const SAL_OVERRIDE { return mrOutputWindow; }
+ virtual OutputDevice& getOutDev() override { return mrOutputWindow; }
+ virtual const OutputDevice& getOutDev() const override { return mrOutputWindow; }
// TODO(Q2): Lifetime issue. Though WindowGraphicDeviceBase
// now listenes to the window component, I still consider