diff options
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r-- | include/svl/itemset.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 455be97b809f..16122cec4176 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -147,9 +147,9 @@ public: void MergeRange( sal_uInt16 nFrom, sal_uInt16 nTo ); const SfxItemSet* GetParent() const { return m_pParent; } - SvStream & Load( SvStream &, bool bDirect = false, + void Load( SvStream &, bool bDirect = false, const SfxItemPool *pRefPool = nullptr ); - SvStream & Store( SvStream &, bool bDirect = false ) const; + void Store( SvStream &, bool bDirect = false ) const; bool operator==(const SfxItemSet &) const; sal_Int32 getHash() const; |