summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/spelldsp.cxx8
-rw-r--r--linguistic/source/spelldsp.hxx2
2 files changed, 0 insertions, 10 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx
index d792ba390033..7d1ac95fc32c 100644
--- a/linguistic/source/spelldsp.cxx
+++ b/linguistic/source/spelldsp.cxx
@@ -186,14 +186,6 @@ SpellCheckerDispatcher::~SpellCheckerDispatcher()
}
-void SpellCheckerDispatcher::ClearSvcList()
-{
- // release memory for each table entry
- SpellSvcByLangMap_t aTmp;
- m_aSvcMap.swap( aTmp );
-}
-
-
Sequence< Locale > SAL_CALL SpellCheckerDispatcher::getLocales()
{
MutexGuard aGuard( GetLinguMutex() );
diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx
index d84d11a4513a..8e65841d2d9b 100644
--- a/linguistic/source/spelldsp.hxx
+++ b/linguistic/source/spelldsp.hxx
@@ -71,8 +71,6 @@ class SpellCheckerDispatcher :
inline css::uno::Reference< css::linguistic2::XSearchableDictionaryList >
GetDicList();
- void ClearSvcList();
-
/// @throws css::uno::RuntimeException
/// @throws css::lang::IllegalArgumentException
bool isValid_Impl(const OUString& aWord, LanguageType nLanguage,