summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/spelldsp.cxx')
-rw-r--r--linguistic/source/spelldsp.cxx8
1 files changed, 0 insertions, 8 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() );