summaryrefslogtreecommitdiff
path: root/linguistic/workben/sspellimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/workben/sspellimp.cxx')
-rw-r--r--linguistic/workben/sspellimp.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx
index 5310fe5dbde2..2cc3f46921bf 100644
--- a/linguistic/workben/sspellimp.cxx
+++ b/linguistic/workben/sspellimp.cxx
@@ -42,7 +42,6 @@ using namespace com::sun::star::linguistic2;
using namespace linguistic;
-
sal_Bool operator == ( const Locale &rL1, const Locale &rL2 )
{
return rL1.Language == rL2.Language &&
@@ -51,7 +50,6 @@ sal_Bool operator == ( const Locale &rL1, const Locale &rL2 )
}
-
SpellChecker::SpellChecker() :
aEvtListeners ( GetLinguMutex() )
{
@@ -477,5 +475,4 @@ void * SAL_CALL SpellChecker_getFactory( const sal_Char * pImplName,
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */