diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/itemset.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 7157ecfabf56..228428158fc4 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -144,6 +144,8 @@ public: virtual SvStream & Store( SvStream &, bool bDirect = false ) const; bool operator==(const SfxItemSet &) const; + virtual sal_uInt64 getHash() const; + virtual OString stringify() const; }; inline void SfxItemSet::SetParent( const SfxItemSet* pNew ) |