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 89b549b9b622..8ac11e7fb243 100644
--- a/canvas/source/vcl/windowoutdevholder.hxx
+++ b/canvas/source/vcl/windowoutdevholder.hxx
@@ -38,8 +38,8 @@ namespace vclcanvas
::com::sun::star::awt::XWindow>& xWin );
private:
- virtual OutputDevice& getOutDev() { return mrOutputWindow; }
- virtual const OutputDevice& getOutDev() const { return mrOutputWindow; }
+ virtual OutputDevice& getOutDev() SAL_OVERRIDE { return mrOutputWindow; }
+ virtual const OutputDevice& getOutDev() const SAL_OVERRIDE { return mrOutputWindow; }
// TODO(Q2): Lifetime issue. Though WindowGraphicDeviceBase
// now listenes to the window component, I still consider