summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.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 /sd/inc/sdpage.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 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 7a042f64c1c9..c08b48f71bd1 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -378,6 +378,9 @@ public:
void removeAnnotation( const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation );
const sd::AnnotationVector& getAnnotations() const { return maAnnotations; }
bool hasAnnotations() const { return !maAnnotations.empty(); }
+ sal_uInt64 getHash() const;
+ virtual OString stringify() const;
+
private:
bool mbIsPrecious;