diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2014-02-13 16:10:47 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2014-02-13 16:13:01 +0530 |
commit | a4cd841541a729d7b8126d27d91fa28e30b01403 (patch) | |
tree | f8be9dc829674972b0e634c337ae1701b65350b9 /include/svl | |
parent | c388071c4d1bee70e41f9ff72d50e5966bb8f237 (diff) |
n#757432: Styles (rename &) copy to different decks.
While copying slides to different slide decks,
styles were not being copied if there is already one
with the same name. This patch renames and copies those
to keep the formatting intact.
Change-Id: I66f71493f1fd658eed43e39aa7ae7ee7b5463b34
Diffstat (limited to 'include/svl')
-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 ) |