diff options
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r-- | include/svl/itempool.hxx | 4 |
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; |