diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-02-11 11:02:42 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-12 08:03:12 +0100 |
commit | 4f759834d37c78874eb30d5f3010fe41062532ed (patch) | |
tree | 4bc915f62288fdb17eae370e13e22255d4bbc74f /linguistic/source/spelldsp.cxx | |
parent | e3546db362e9dfed94572d164359a0fc1eae742f (diff) |
cppcheck useInitializationList
unique_ptr don't need explicit nullptr initialization, same
goes for VclPtr in ImpEditEngine.
Change-Id: Id8f3163c2719bee6ee2724cae98449d564be5535
Reviewed-on: https://gerrit.libreoffice.org/49559
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/spelldsp.cxx')
-rw-r--r-- | linguistic/source/spelldsp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index 6cd6c8003233..d792ba390033 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -178,8 +178,6 @@ bool SvcListHasLanguage( SpellCheckerDispatcher::SpellCheckerDispatcher( LngSvcMgr &rLngSvcMgr ) : m_rMgr (rLngSvcMgr) { - m_pCache = nullptr; - m_pCharClass = nullptr; } |