summaryrefslogtreecommitdiff
path: root/include/vcl/dockingarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/dockingarea.hxx')
-rw-r--r--include/vcl/dockingarea.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/dockingarea.hxx b/include/vcl/dockingarea.hxx
index 6d88ca02d06f..0208557ca0e5 100644
--- a/include/vcl/dockingarea.hxx
+++ b/include/vcl/dockingarea.hxx
@@ -43,10 +43,10 @@ public:
WindowAlign GetAlign() const;
bool IsHorizontal() const;
- virtual void Paint( const Rectangle& rRect );
- virtual void Resize();
- virtual void DataChanged( const DataChangedEvent& rDCEvt );
- virtual void StateChanged( StateChangedType nType );
+ virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
+ virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
+ virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE;
};