diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2013-12-10 17:20:34 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2013-12-10 17:29:20 +0530 |
commit | aa822c44b758fe312a3a052f890f53418adc5f6b (patch) | |
tree | c876de516c53fd91e5716fbf2ec82dc953296897 /include | |
parent | 840f4fc4d677740fc4b0ebcb658f4a828e184dad (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')
-rw-r--r-- | include/svl/itemset.hxx | 1 | ||||
-rw-r--r-- | include/svx/svdobj.hxx | 2 |
2 files changed, 3 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 ); diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index f1b3dbbad506..efc5a0e41fcc 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -1035,6 +1035,8 @@ public: // #i121917# virtual bool HasText() const; + virtual OString stringify() const; + protected: /** Sets a new UNO shape * |