diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-15 13:36:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-16 06:32:00 +0000 |
commit | 3c73942c8c4b97ee9ede65890e1b1db3cac753c5 (patch) | |
tree | 1d7187f7c02211f5cc1658022aed0437885d7bdf /include/svx/xpool.hxx | |
parent | 121a202076f0ada98e5e3697e4e15a48b477523e (diff) |
loplugin:countusersofdefaultparams in include/svx..unotools
Change-Id: I02e933da66241e99e3b81d90d679f1502bab3fef
Reviewed-on: https://gerrit.libreoffice.org/30866
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/xpool.hxx')
-rw-r--r-- | include/svx/xpool.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/xpool.hxx b/include/svx/xpool.hxx index e2a27cf3f6d9..364b91db3e4c 100644 --- a/include/svx/xpool.hxx +++ b/include/svx/xpool.hxx @@ -37,9 +37,7 @@ protected: SfxItemInfo* mpLocalItemInfos; public: - XOutdevItemPool( - SfxItemPool* pMaster = nullptr, - bool bLoadRefCounts = true); + XOutdevItemPool( SfxItemPool* pMaster, bool bLoadRefCounts = true); XOutdevItemPool(const XOutdevItemPool& rPool); virtual SfxItemPool* Clone() const override; |