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 1edbf0381a0f..f38e836371ae 100644
--- a/include/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
@@ -67,7 +67,7 @@ class SpellAlternatives
public:
LNG_DLLPUBLIC SpellAlternatives();
- SpellAlternatives(const OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType,
+ SpellAlternatives(const OUString &rWord, sal_Int16 nLang,
const css::uno::Sequence< OUString > &rAlternatives );
virtual ~SpellAlternatives() override;
SpellAlternatives(const SpellAlternatives&) = delete;