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 c1dfde0f65fb..835c3413b4e1 100644 --- a/include/svtools/fileurlbox.hxx +++ b/include/svtools/fileurlbox.hxx @@ -40,8 +40,8 @@ namespace svt FileURLBox( vcl::Window* _pParent, WinBits _nStyle ); protected: - virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; - virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE; + virtual bool PreNotify( NotifyEvent& rNEvt ) override; + virtual bool Notify( NotifyEvent& rNEvt ) override; public: /** transforms the given URL content into a system-dependent notation, if possible, and |