diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-11 16:08:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-11 18:43:21 +0200 |
commit | 043ba6ddf8d90b04acfae8ec836c4b772fb36754 (patch) | |
tree | 3eda87f966654b46f85086f6814dcb77a1f8c1f1 /slideshow/source/inc | |
parent | 47331ae6f95070ff7460e541895895b59eb15103 (diff) |
loplugin:moveparam in slideshow
Change-Id: I67ec3e8b7f5a9b6f6463dace95ab7e4a64469d8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123415
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/slide.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx index bc3ffeb2aa63..ea460582d120 100644 --- a/slideshow/source/inc/slide.hxx +++ b/slideshow/source/inc/slide.hxx @@ -197,7 +197,7 @@ namespace slideshow::internal const css::uno::Reference< css::uno::XComponentContext >& xContext, const ShapeEventListenerMap& rShapeListenerMap, const ShapeCursorMap& rShapeCursorMap, - const PolyPolygonVector& rPolyPolygonVector, + PolyPolygonVector&& rPolyPolygonVector, RGBColor const& aUserPaintColor, double dUserPaintStrokeWidth, bool bUserPaintEnabled, |