diff options
Diffstat (limited to 'include/svtools/fileurlbox.hxx')
-rw-r--r-- | include/svtools/fileurlbox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/fileurlbox.hxx b/include/svtools/fileurlbox.hxx index 1ba68e71f1dd..f75cb5c0ec4a 100644 --- a/include/svtools/fileurlbox.hxx +++ b/include/svtools/fileurlbox.hxx @@ -40,8 +40,8 @@ namespace svt FileURLBox( 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; public: /** transforms the given URL content into a system-dependent notation, if possible, and |