summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
index 20384e38adf0..729788e888be 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
@@ -111,8 +111,8 @@ public:
const Part ePart,
const CoordinateSystem eCoordinateSystem);
- Image GetTransitionEffectIcon (void) const;
- Image GetCustomAnimationEffectIcon (void) const;
+ Image GetTransitionEffectIcon (void) const { return maTransitionEffectIcon;}
+ Image GetCustomAnimationEffectIcon (void) const { return maCustomAnimationEffectIcon;}
private:
SharedSdWindow mpWindow;