summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2013-12-10 17:20:34 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2013-12-10 17:29:20 +0530
commitaa822c44b758fe312a3a052f890f53418adc5f6b (patch)
treec876de516c53fd91e5716fbf2ec82dc953296897 /include/svl/itemset.hxx
parent840f4fc4d677740fc4b0ebcb658f4a828e184dad (diff)
n#753460: Copying slides having same master page name.
Has part feature of getting hashes of SdPages. (Misses hashing text, images, etc).
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index c204a4f31712..a4261cc67706 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -119,6 +119,7 @@ public:
virtual sal_uInt16 ClearItem( sal_uInt16 nWhich = 0);
virtual void ClearInvalidItems( sal_Bool bHardDefault = sal_False );
void InvalidateAllItems(); // HACK(via nWhich = 0) ???
+ void InvalidateDefaultItems();
inline void SetParent( const SfxItemSet* pNew );