summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SlideSorter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/SlideSorter.hxx')
-rw-r--r--sd/source/ui/inc/SlideSorter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/SlideSorter.hxx b/sd/source/ui/inc/SlideSorter.hxx
index 995e95de87fe..88f4abf8bc96 100644
--- a/sd/source/ui/inc/SlideSorter.hxx
+++ b/sd/source/ui/inc/SlideSorter.hxx
@@ -181,11 +181,11 @@ public:
/** Return a collection of properties that are used throughout the slide
sorter.
*/
- std::shared_ptr<controller::Properties> GetProperties() const;
+ std::shared_ptr<controller::Properties> const & GetProperties() const;
/** Return the active theme which gives access to colors and fonts.
*/
- std::shared_ptr<view::Theme> GetTheme() const;
+ std::shared_ptr<view::Theme> const & GetTheme() const;
protected:
/** This virtual method makes it possible to create a specialization of