From 18f202011661397d10ca4c2fa28fcf57b62221b0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Aug 2021 18:31:05 +0200 Subject: loplugin:constparams Change-Id: Ic7410f836e584df45101e78e345c8b3c8d355e09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120680 Tested-by: Jenkins Reviewed-by: Noel Grandin --- emfio/inc/mtftools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emfio/inc') diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx index 456f2349cbf9..1ee6efd68f26 100644 --- a/emfio/inc/mtftools.hxx +++ b/emfio/inc/mtftools.hxx @@ -495,7 +495,7 @@ namespace emfio public: ScaledFontDetectCorrectHelper(); void endCurrentMetaFontAction(); - void newCurrentMetaFontAction(rtl::Reference& rNewMetaFontAction); + void newCurrentMetaFontAction(const rtl::Reference& rNewMetaFontAction); void evaluateAlternativeFontScale(OUString const & rText, tools::Long nImportedTextLength); void applyAlternativeFontScale(); }; -- cgit