summaryrefslogtreecommitdiff
path: root/include/vcl/imgctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/imgctrl.hxx')
-rw-r--r--include/vcl/imgctrl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/imgctrl.hxx b/include/vcl/imgctrl.hxx
index 337746f66815..dfd42c16d68f 100644
--- a/include/vcl/imgctrl.hxx
+++ b/include/vcl/imgctrl.hxx
@@ -42,11 +42,11 @@ public:
void SetScaleMode( const ::sal_Int16 _nMode );
::sal_Int16 GetScaleMode() const { return mnScaleMode; }
- virtual void Resize();
- virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
- virtual void Paint( const Rectangle& rRect );
- virtual void GetFocus();
- virtual void LoseFocus();
+ virtual void Resize() SAL_OVERRIDE;
+ virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) SAL_OVERRIDE;
+ virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
+ virtual void GetFocus() SAL_OVERRIDE;
+ virtual void LoseFocus() SAL_OVERRIDE;
protected:
void ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Size& rSize ) const;