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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
index dc92d007ec0e..a54e1328ee12 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
@@ -114,7 +114,8 @@ public:
/// the maximum size of each tile, also position independent
Size GetGridMaxSize(const CoordinateSystem eCoordinateSystem);
- Image GetTransitionEffectIcon (void) const;
+ Image GetTransitionEffectIcon (void) const { return maTransitionEffectIcon;}
+ Image GetCustomAnimationEffectIcon (void) const { return maCustomAnimationEffectIcon;}
private:
Rectangle GetBoundingBox (
@@ -122,9 +123,6 @@ private:
const Part ePart,
const CoordinateSystem eCoordinateSystem);
- Image GetTransitionEffectIcon (void) const { return maTransitionEffectIcon;}
- Image GetCustomAnimationEffectIcon (void) const { return maCustomAnimationEffectIcon;}
-
private:
SharedSdWindow mpWindow;
Size maPageObjectSize;