summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-14 10:52:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-14 10:53:30 +0200
commitfaf4bf0c3e017b9caec27a1f7355c9cf636bf19b (patch)
treeeec729652be79c6733b3461265d65697bc340066 /svl
parente9f28d0d98fef5aff63131a8e1c3395da0a422ad (diff)
loplugin:countusersofdefaultparams in sot..svtools
Change-Id: Ifce19de3518f3eaf5a1b6439f9053feee4a33c14
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/stylepool.cxx2
1 files changed, 1 insertions, 1 deletions
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 )