diff options
Diffstat (limited to 'include/svtools/urlcontrol.hxx')
-rw-r--r-- | include/svtools/urlcontrol.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx index 443f8f6c3665..33442d864d15 100644 --- a/include/svtools/urlcontrol.hxx +++ b/include/svtools/urlcontrol.hxx @@ -41,8 +41,8 @@ namespace svt OFileURLControl(Window* _pParent, WinBits nStyle); protected: - virtual bool PreNotify( NotifyEvent& rNEvt ); - virtual bool Notify( NotifyEvent& rNEvt ); + virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; + virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE; }; |