From faf4bf0c3e017b9caec27a1f7355c9cf636bf19b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Oct 2016 10:52:44 +0200 Subject: loplugin:countusersofdefaultparams in sot..svtools Change-Id: Ifce19de3518f3eaf5a1b6439f9053feee4a33c14 --- svl/source/items/stylepool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx index 347334ab12c9..eb615eb4408a 100644 --- a/svl/source/items/stylepool.cxx +++ b/svl/source/items/stylepool.cxx @@ -351,7 +351,7 @@ private: SfxItemSet* mpIgnorableItems; public: // #i86923# - explicit StylePoolImpl( SfxItemSet* pIgnorableItems = nullptr ) + explicit StylePoolImpl( SfxItemSet* pIgnorableItems ) : maRoot(), mpIgnorableItems( pIgnorableItems != nullptr ? pIgnorableItems->Clone( false ) -- cgit