summaryrefslogtreecommitdiff
path: root/include/svtools/roadmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/roadmap.hxx')
-rw-r--r--include/svtools/roadmap.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/roadmap.hxx b/include/svtools/roadmap.hxx
index 2a7b0e44cff4..a35e217b82e4 100644
--- a/include/svtools/roadmap.hxx
+++ b/include/svtools/roadmap.hxx
@@ -52,7 +52,7 @@ namespace svt
protected:
RoadmapImpl* m_pImpl;
// Window overridables
- void Paint( const Rectangle& _rRect );
+ void Paint( const Rectangle& _rRect ) SAL_OVERRIDE;
void implInit();
public:
@@ -84,12 +84,12 @@ namespace svt
void SetItemSelectHdl( const Link& _rHdl );
Link GetItemSelectHdl( ) const;
- virtual void DataChanged( const DataChangedEvent& rDCEvt );
- virtual void GetFocus();
+ virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
+ virtual void GetFocus() SAL_OVERRIDE;
protected:
- bool PreNotify( NotifyEvent& rNEvt );
+ bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
protected:
/// called when an item has been selected by any means