diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 14:48:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 14:48:18 +0200 |
commit | 0f6cb25be8ef72ec1e3cadded38f0698edf08cb4 (patch) | |
tree | 65bc4ff04a97b7a94ec0fc492091499cf8f1a21c /lingucomponent/source | |
parent | c765a6757fd3908ad88e759c5cd7742c2f27eaec (diff) |
loplugin:override
Change-Id: If6d03fd0d3b5b69f3b07e697c4f6d7a3668ee69a
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx index b51a8040011b..ceb370d85394 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; |