summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/spelldsp.hxx')
-rw-r--r--linguistic/source/spelldsp.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx
index d6d786347478..9dba17c2bf8f 100644
--- a/linguistic/source/spelldsp.hxx
+++ b/linguistic/source/spelldsp.hxx
@@ -75,15 +75,13 @@ class SpellCheckerDispatcher :
void ClearSvcList();
bool isValid_Impl(const OUString& aWord, LanguageType nLanguage,
- const css::beans::PropertyValues& aProperties,
- bool bCheckDics)
+ const css::beans::PropertyValues& aProperties)
throw( css::uno::RuntimeException, css::lang::IllegalArgumentException, std::exception );
css::uno::Reference<
css::linguistic2::XSpellAlternatives >
spell_Impl(const OUString& aWord, LanguageType nLanguage,
- const css::beans::PropertyValues& aProperties,
- bool bCheckDics)
+ const css::beans::PropertyValues& aProperties)
throw( css::uno::RuntimeException, css::lang::IllegalArgumentException, std::exception );
public: