summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-14 14:48:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-14 14:48:18 +0200
commit0f6cb25be8ef72ec1e3cadded38f0698edf08cb4 (patch)
tree65bc4ff04a97b7a94ec0fc492091499cf8f1a21c /lingucomponent
parentc765a6757fd3908ad88e759c5cd7742c2f27eaec (diff)
loplugin:override
Change-Id: If6d03fd0d3b5b69f3b07e697c4f6d7a3668ee69a
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx2
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;