summaryrefslogtreecommitdiff
path: root/include/svx/sdr/overlay/overlaymanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/overlay/overlaymanager.hxx')
-rw-r--r--include/svx/sdr/overlay/overlaymanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/overlay/overlaymanager.hxx b/include/svx/sdr/overlay/overlaymanager.hxx
index 64199a2ec550..44cb21978173 100644
--- a/include/svx/sdr/overlay/overlaymanager.hxx
+++ b/include/svx/sdr/overlay/overlaymanager.hxx
@@ -95,7 +95,7 @@ namespace sdr
static rtl::Reference<OverlayManager> create(OutputDevice& rOutputDevice);
// access to current ViewInformation2D; this call checks and evtl. updates ViewInformation2D
- const drawinglayer::geometry::ViewInformation2D getCurrentViewInformation2D() const;
+ drawinglayer::geometry::ViewInformation2D const & getCurrentViewInformation2D() const;
// complete redraw
virtual void completeRedraw(const vcl::Region& rRegion, OutputDevice* pPreRenderDevice = nullptr) const;