summaryrefslogtreecommitdiff
path: root/include/unotools/intlwrapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-05-30 14:59:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-05-30 19:16:45 +0200
commit7b87afa899be289306c709d35eb1d32c0b73b1ed (patch)
tree7faf699a2e22c770ccac90cc38262a284946d9c7 /include/unotools/intlwrapper.hxx
parentf3df14cc4343ce65608436acfa67b2ccfb68115d (diff)
clang-tidy modernize-pass-by-value in unotools
Change-Id: Ifa67ab7198f5d3b06171869f57703acdaa959f7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135128 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/intlwrapper.hxx')
-rw-r--r--include/unotools/intlwrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/intlwrapper.hxx b/include/unotools/intlwrapper.hxx
index 49d1f8bf5438..e86346a9552e 100644
--- a/include/unotools/intlwrapper.hxx
+++ b/include/unotools/intlwrapper.hxx
@@ -61,7 +61,7 @@ private:
void ImplNewCollator( bool bCaseSensitive ) const;
public:
- IntlWrapper(const LanguageTag& rLanguageTag);
+ IntlWrapper(LanguageTag aLanguageTag);
~IntlWrapper();
const LocaleDataWrapper* getLocaleData() const