diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-01 16:38:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-03 10:30:00 +0100 |
commit | 0dca40256320753fdbd42ac9c7de889026d7d469 (patch) | |
tree | 647d059917e22a0b910f7d6d803bd50ad953edcd /include/svl | |
parent | b477f791e3e332b41c80782844c4c379212f0fd8 (diff) |
loplugin:constparam in vcl,svtools
Change-Id: I7a3eb2bfda869e9e66db919f929ead60cf8890a4
Reviewed-on: https://gerrit.libreoffice.org/44209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/zformat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |