summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
index 3949be34f42d..196369a060e1 100644
--- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
+++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
@@ -69,7 +69,7 @@ public:
/** Return the page that is represented by the descriptor as SdPage pointer .
*/
- SdPage* GetPage (void) const;
+ SdPage* GetPage (void) const { return mpPage;}
/** Return the page that is represented by the descriptor as XDrawPage reference.
*/
@@ -80,7 +80,7 @@ public:
XDrawPage when there are hidden slides and the XIndexAccess used to
access the model filters them out.
*/
- sal_Int32 GetPageIndex (void) const;
+ sal_Int32 GetPageIndex (void) const { return mnIndex;}
void SetPageIndex (const sal_Int32 nIndex);
bool UpdateMasterPage (void);