summaryrefslogtreecommitdiff
path: root/include/linguistic/spelldta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/spelldta.hxx')
-rw-r--r--include/linguistic/spelldta.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx
index d390de24784a..264be909b007 100644
--- a/include/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
@@ -69,7 +69,7 @@ public:
LNG_DLLPUBLIC SpellAlternatives();
SpellAlternatives(const OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType,
const css::uno::Sequence< OUString > &rAlternatives );
- virtual ~SpellAlternatives();
+ virtual ~SpellAlternatives() override;
SpellAlternatives(const SpellAlternatives&) = delete;
SpellAlternatives& operator=( const SpellAlternatives& ) = delete;