summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 13:05:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 12:09:24 +0000
commit1617eef124e01ca3b3286e0ad5985c34dde7fadb (patch)
tree0f9471b483218d56b36aab03a175ce307aae6532 /include/svl/itempool.hxx
parentbeb8cfcf32f855a0fb638caef4782d9d867e3102 (diff)
loplugin:countusersofdefaultparams in include/sot..svl
Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9 Reviewed-on: https://gerrit.libreoffice.org/31038 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r--include/svl/itempool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index e15bf822d4a3..7255bc7f1206 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -150,10 +150,10 @@ public:
const SfxPoolItem& GetDefaultItem( sal_uInt16 nWhich ) const;
const SfxPoolItem* LoadItem( SvStream &rStream,
- const SfxItemPool *pRefPool = nullptr );
+ const SfxItemPool *pRefPool );
bool StoreItem( SvStream &rStream,
const SfxPoolItem &rItem,
- bool bDirect = false ) const;
+ bool bDirect ) const;
sal_uInt32 GetSurrogate(const SfxPoolItem *) const;
const SfxPoolItem * GetItem2(sal_uInt16 nWhich, sal_uInt32 nSurrogate) const;