diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-30 19:45:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-30 19:45:39 +0200 |
commit | 70bcfb7041ce370988f6184fbe2cdbc402e07843 (patch) | |
tree | dace6b1988795e0cc4db3f1b85e801e81ab7222b /include/svtools | |
parent | 78e95e46bbc60fd14160eb22a7a876aa32ca9b87 (diff) |
loplugin:saloverride
Change-Id: Ibb6f8ee56a1849622493def5bf469dfd1469ba73
Diffstat (limited to 'include/svtools')
-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 49407d44d55a..6bef6fa982fe 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 ); + bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; public: AutocompleteEdit( vcl::Window* pParent ); |