summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parente3546db362e9dfed94572d164359a0fc1eae742f (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 'svtools')
-rw-r--r--svtools/source/contnr/imivctl2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/contnr/imivctl2.cxx b/svtools/source/contnr/imivctl2.cxx
index 9d88972b64a0..e8ea911c1506 100644
--- a/svtools/source/contnr/imivctl2.cxx
+++ b/svtools/source/contnr/imivctl2.cxx
@@ -476,7 +476,6 @@ void IcnCursor_Impl::SetDeltas()
IcnGridMap_Impl::IcnGridMap_Impl(SvxIconChoiceCtrl_Impl* pView)
{
_pView = pView;
- _pGridMap = nullptr;
_nGridCols = 0;
_nGridRows = 0;
}