summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdpage.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index df89127d80b8..0fb422bb1546 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -377,10 +377,16 @@ public:
const sd::AnnotationVector& getAnnotations() const { return maAnnotations; }
OString stringify() const;
virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
+ sal_uInt16 getPageId() { return mnPageId; }
+
+ static sal_uInt16 mnLastPageId;
private:
bool mbIsPrecious;
+ // page id of this page
+ sal_uInt16 mnPageId;
+
/** clone the animations from this and set them to rTargetPage
*/
void cloneAnimations( SdPage& rTargetPage ) const;