summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/salvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/salvd.h')
-rw-r--r--vcl/inc/unx/salvd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/unx/salvd.h b/vcl/inc/unx/salvd.h
index 12b0cca27182..fbe173feeb52 100644
--- a/vcl/inc/unx/salvd.h
+++ b/vcl/inc/unx/salvd.h
@@ -61,15 +61,15 @@ public:
sal_uInt16 GetDepth() const { return nDepth_; }
SalX11Screen GetXScreenNumber() const { return m_nXScreen; }
- virtual SalGraphics* AcquireGraphics() SAL_OVERRIDE;
- virtual void ReleaseGraphics( SalGraphics* pGraphics ) SAL_OVERRIDE;
+ virtual SalGraphics* AcquireGraphics() override;
+ virtual void ReleaseGraphics( SalGraphics* pGraphics ) override;
/// Set new size, without saving the old contents
- virtual bool SetSize( long nNewDX, long nNewDY ) SAL_OVERRIDE;
+ virtual bool SetSize( long nNewDX, long nNewDY ) override;
// SalGeometryProvider
- virtual long GetWidth() const SAL_OVERRIDE { return nDX_; }
- virtual long GetHeight() const SAL_OVERRIDE { return nDY_; }
+ virtual long GetWidth() const override { return nDX_; }
+ virtual long GetHeight() const override { return nDY_; }
};
#endif // INCLUDED_VCL_INC_UNX_SALVD_H