From c3a2d6f9fbdc0ea5c23e0e662f238b23e9c00035 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Nov 2017 08:43:03 +0200 Subject: loplugin:countusersofdefaultparams in sfx2..svtools Change-Id: I65ae5305f9cec14069fd7aef6613e981dbbed846 Reviewed-on: https://gerrit.libreoffice.org/45382 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/dialog/itemconnect.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/source') 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 ) { } -- cgit