summaryrefslogtreecommitdiff
path: root/linguistic/workben/sspellimp.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-11-24 20:26:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-24 21:46:23 +0100
commitd2c9e289733df395b911a46c1028014f42e75f99 (patch)
tree49911788e81a04eb88de9159dbd2b6446f4655ba /linguistic/workben/sspellimp.cxx
parent17c3d827e12d9ca99b869132f23ba212b11f909a (diff)
cppcheck: performing init in init list (hwpfilter, i., l.)
Change-Id: Idf5b7be45d48076fbe191fbf1a2fa63c6da71902 Reviewed-on: https://gerrit.libreoffice.org/83617 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'linguistic/workben/sspellimp.cxx')
-rw-r--r--linguistic/workben/sspellimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx
index 51d9c14abf0e..6cfc89cef298 100644
--- a/linguistic/workben/sspellimp.cxx
+++ b/linguistic/workben/sspellimp.cxx
@@ -50,10 +50,10 @@ sal_Bool operator == ( const Locale &rL1, const Locale &rL2 )
SpellChecker::SpellChecker() :
- aEvtListeners ( GetLinguMutex() )
+ aEvtListeners ( GetLinguMutex() ),
+ pPropHelper(NULL),
+ bDisposing(sal_False)
{
- bDisposing = sal_False;
- pPropHelper = NULL;
}