diff options
Diffstat (limited to 'include/svtools/autocmpledit.hxx')
-rw-r--r-- | include/svtools/autocmpledit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/autocmpledit.hxx b/include/svtools/autocmpledit.hxx index 6bef6fa982fe..56df6e03e14c 100644 --- a/include/svtools/autocmpledit.hxx +++ b/include/svtools/autocmpledit.hxx @@ -25,7 +25,7 @@ private: void AutoCompleteHandler( Edit* ); bool Match( const OUString& rText ); - bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; + bool PreNotify( NotifyEvent& rNEvt ) override; public: AutocompleteEdit( vcl::Window* pParent ); |