summaryrefslogtreecommitdiff
path: root/include/svx/sdr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-10 14:13:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-10 19:45:34 +0200
commitfa311ad62f935d6469b77936d477125d98dbee60 (patch)
treed712ee8e0e16065923fefba70f433e760a6627b6 /include/svx/sdr
parent6af0da482d8d387f181cb9c2cf9301859c9683cb (diff)
loplugin:moveparam in svx
Change-Id: I2e422235129f810feea5c17afa1332d8b7ac14ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123332 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdr')
-rw-r--r--include/svx/sdr/overlay/overlayselection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/overlay/overlayselection.hxx b/include/svx/sdr/overlay/overlayselection.hxx
index f2402500b8d5..d456ac6bf11b 100644
--- a/include/svx/sdr/overlay/overlayselection.hxx
+++ b/include/svx/sdr/overlay/overlayselection.hxx
@@ -67,7 +67,7 @@ namespace sdr::overlay
virtual drawinglayer::primitive2d::Primitive2DContainer getOverlayObjectPrimitive2DSequence() const override;
// data write access
- void setRanges(const std::vector< basegfx::B2DRange >& rNew);
+ void setRanges(std::vector< basegfx::B2DRange >&& rNew);
};
} // end of namespace sdr::overlay