From 0dca40256320753fdbd42ac9c7de889026d7d469 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Nov 2017 16:38:15 +0200 Subject: loplugin:constparam in vcl,svtools Change-Id: I7a3eb2bfda869e9e66db919f929ead60cf8890a4 Reviewed-on: https://gerrit.libreoffice.org/44209 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/zformat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svl') diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index 882082a6313e..9077e45d92ff 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -580,7 +580,7 @@ private: inserted at a proper position to rString after all bracketed prefixes. */ SVL_DLLPRIVATE OUString ImpObtainCalendarAndNumerals( OUStringBuffer & rString, - sal_Int32 & nPos, + sal_Int32 nPos, LanguageType & nLang, const LocaleType & aTmpLocale ); -- cgit