diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 08:43:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 09:51:22 +0100 |
commit | c3a2d6f9fbdc0ea5c23e0e662f238b23e9c00035 (patch) | |
tree | fb0f56fd1daf7ce25ad6d33b5a8ecc0e55201869 /sfx2/source/dialog | |
parent | 5eec6db4addd7cc665222e1a4d05c35b13719847 (diff) |
loplugin:countusersofdefaultparams in sfx2..svtools
Change-Id: I65ae5305f9cec14069fd7aef6613e981dbbed846
Reviewed-on: https://gerrit.libreoffice.org/45382
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/itemconnect.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/itemconnect.cxx b/sfx2/source/dialog/itemconnect.cxx index 891cc846c584..397856136bd2 100644 --- a/sfx2/source/dialog/itemconnect.cxx +++ b/sfx2/source/dialog/itemconnect.cxx @@ -281,6 +281,7 @@ bool ItemConnectionArrayImpl::FillItemSet( SfxItemSet& rDestSet, const SfxItemSe ItemConnectionArray::ItemConnectionArray() : + ItemConnectionBase(ItemConnFlags::NONE), mxImpl( new ItemConnectionArrayImpl ) { } |