[Libreoffice-commits] core.git: include/svtools

Stephan Bergmann sbergman at redhat.com
Sun Aug 30 10:46:14 PDT 2015


 include/svtools/autocmpledit.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70bcfb7041ce370988f6184fbe2cdbc402e07843
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Aug 30 19:45:28 2015 +0200

    loplugin:saloverride
    
    Change-Id: Ibb6f8ee56a1849622493def5bf469dfd1469ba73

diff --git a/include/svtools/autocmpledit.hxx b/include/svtools/autocmpledit.hxx
index 49407d44..6bef6fa 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 );


More information about the Libreoffice-commits mailing list