summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/zoomlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/zoomlist.hxx')
-rw-r--r--sd/source/ui/inc/zoomlist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/zoomlist.hxx b/sd/source/ui/inc/zoomlist.hxx
index 115e0d36aa92..fa16473ff802 100644
--- a/sd/source/ui/inc/zoomlist.hxx
+++ b/sd/source/ui/inc/zoomlist.hxx
@@ -35,8 +35,8 @@ public:
ZoomList(ViewShell* pViewShell);
void InsertZoomRect(const ::tools::Rectangle& rRect);
- ::tools::Rectangle GetNextZoomRect();
- ::tools::Rectangle GetPreviousZoomRect();
+ ::tools::Rectangle const & GetNextZoomRect();
+ ::tools::Rectangle const & GetPreviousZoomRect();
bool IsNextPossible() const;
bool IsPreviousPossible() const;