summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
index fd9ac65f4593..af1145d0752c 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
@@ -116,10 +116,10 @@ public:
*/
ScrollBarManager& GetScrollBarManager();
- std::shared_ptr<CurrentSlideManager> GetCurrentSlideManager() const;
- std::shared_ptr<SlotManager> GetSlotManager() const;
- std::shared_ptr<SelectionManager> GetSelectionManager() const;
- std::shared_ptr<InsertionIndicatorHandler> GetInsertionIndicatorHandler() const;
+ std::shared_ptr<CurrentSlideManager> const & GetCurrentSlideManager() const;
+ std::shared_ptr<SlotManager> const & GetSlotManager() const;
+ std::shared_ptr<SelectionManager> const & GetSelectionManager() const;
+ std::shared_ptr<InsertionIndicatorHandler> const & GetInsertionIndicatorHandler() const;
/** This method forwards the call to the SlideSorterView and executes
pending operations like moving selected pages into the visible area.