[Libreoffice-commits] core.git: lingucomponent/source

Stephan Bergmann sbergman at redhat.com
Wed Sep 14 12:49:07 UTC 2016


 lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f6cb25be8ef72ec1e3cadded38f0698edf08cb4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 14 14:48:18 2016 +0200

    loplugin:override
    
    Change-Id: If6d03fd0d3b5b69f3b07e697c4f6d7a3668ee69a

diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
index b51a804..ceb370d 100644
--- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
@@ -86,7 +86,7 @@ class MacSpellChecker :
 
 public:
     MacSpellChecker();
-    virtual ~MacSpellChecker();
+    virtual ~MacSpellChecker() override;
 
     // XSupportedLocales (for XSpellChecker)
     virtual Sequence< Locale > SAL_CALL getLocales() throw(RuntimeException) override;


More information about the Libreoffice-commits mailing list