summaryrefslogtreecommitdiffstats
path: root/linguistic
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-02-11 11:02:42 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-12 08:03:12 +0100
commit4f759834d37c78874eb30d5f3010fe41062532ed (patch)
tree4bc915f62288fdb17eae370e13e22255d4bbc74f /linguistic
parenttdf#115353 tdf#114743 Use first valid glyph (diff)
downloadcore-4f759834d37c78874eb30d5f3010fe41062532ed.tar.gz
core-4f759834d37c78874eb30d5f3010fe41062532ed.zip
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')
-rw-r--r--linguistic/source/spelldsp.cxx2
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;
}