summaryrefslogtreecommitdiffstats
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 196369a060e1..d8121cd6e2e5 100644
--- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
+++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
@@ -73,7 +73,7 @@ public:
/** Return the page that is represented by the descriptor as XDrawPage reference.
*/
- css::uno::Reference<css::drawing::XDrawPage> GetXDrawPage (void) const;
+ css::uno::Reference<css::drawing::XDrawPage> GetXDrawPage (void) const { return mxPage;}
/** Returns the index of the page as it is displayed in the view as page
number. The value may differ from the index returned by the
@@ -109,7 +109,7 @@ public:
*/
void SetCoreSelection (void);
- VisualState& GetVisualState (void);
+ VisualState& GetVisualState (void) { return maVisualState;}
Rectangle GetBoundingBox (void) const;
Point GetLocation (const bool bIgnoreLocation = false) const;