summaryrefslogtreecommitdiff
path: root/include/linguistic/hyphdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/hyphdta.hxx')
-rw-r--r--include/linguistic/hyphdta.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx
index 2e08f9026f9b..2c7479bbc423 100644
--- a/include/linguistic/hyphdta.hxx
+++ b/include/linguistic/hyphdta.hxx
@@ -44,7 +44,7 @@ class HyphenatedWord :
public:
HyphenatedWord(const OUString &rWord, sal_uInt16 nLang, sal_Int16 nHyphenationPos,
const OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
- virtual ~HyphenatedWord();
+ virtual ~HyphenatedWord() override;
// XHyphenatedWord
virtual OUString SAL_CALL
@@ -90,7 +90,7 @@ public:
PossibleHyphens(const OUString &rWord, sal_uInt16 nLang,
const OUString &rHyphWord,
const css::uno::Sequence< sal_Int16 > &rPositions);
- virtual ~PossibleHyphens();
+ virtual ~PossibleHyphens() override;
// XPossibleHyphens
virtual OUString SAL_CALL