From 69b5f0b6579c6574a8fe68ab2a64208ec767db55 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 Mar 2022 21:53:47 +0200 Subject: loplugin:constparams Change-Id: I5f184f93dbdb414514855c85c9dc1624e7ec8636 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131337 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/drawingml/shape.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox') diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index d3fd710954a5..dc2a06a78b56 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -253,7 +253,7 @@ public: void propagateDiagramHelper(); // for Writer it is necessary to migrate an existing helper to a new Shape - void migrateDiagramHelperToNewShape(ShapePtr& pTarget); + void migrateDiagramHelperToNewShape(const ShapePtr& pTarget); protected: -- cgit