summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2013-03-23 19:36:41 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-03-23 22:58:52 +0100
commit99120b7ddc8ede9108d4a45a5605ac191fe22bc9 (patch)
tree8500cc2657aada3d22e8c5b7ff690861d77ba491 /sd/inc
parent78eda507c8452e8f6d743427d56526a91b779790 (diff)
Display the number of active slides in the statusbar
Conflicts: sd/source/ui/view/drviews4.cxx Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 3d8997885403..d9b96793e28a 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -343,6 +343,8 @@ public:
SD_DLLPUBLIC SdPage*GetMasterSdPage(sal_uInt16 nPgNum, PageKind ePgKind);
SD_DLLPUBLIC sal_uInt16 GetMasterSdPageCount(PageKind ePgKind) const;
+ SD_DLLPUBLIC sal_uInt16 GetActiveSdPageCount() const;
+
sal_uInt16 GetMasterPageUserCount(SdrPage* pMaster) const;
const sd::PresentationSettings& getPresentationSettings() const { return maPresentationSettings; }