From dfe21d378722e90218f2b97cea5c7a449d00b48c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Mar 2025 08:14:33 +0200 Subject: loplugin:constparam in oox Change-Id: Iadec18cc82fd3fa8fb129698be92fed4ec2fbb1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183144 Reviewed-by: Noel Grandin Tested-by: Jenkins --- oox/source/shape/WpsContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/shape/WpsContext.cxx') diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 56abef55fcc1..c60e3d8971c3 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -503,7 +503,7 @@ void lcl_setTextPropsToShape(const uno::Reference& xShapePr } } -void lcl_applyUsedTextPropsToAllTextRuns(uno::Reference& xText, +void lcl_applyUsedTextPropsToAllTextRuns(const uno::Reference& xText, const std::vector& aTextPropVec) { if (!xText.is()) -- cgit