summaryrefslogtreecommitdiff
path: root/include/helpcompiler
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-21 09:05:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-21 11:58:12 +0200
commit966d9757de471f2a5ea1ffa87cef019dcf1e0cb3 (patch)
tree5b1f50c38dc8924c8a43086d339b0ede0ad42fd1 /include/helpcompiler
parent79a279eee1071f2bf855a2681c1706169dd0062e (diff)
clang-tidy modernize-pass-by-value in helpcompiler
Change-Id: Ia074fb5be66486e56af2540a978e72c954485e42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136205 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/helpcompiler')
-rw-r--r--include/helpcompiler/HelpIndexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helpcompiler/HelpIndexer.hxx b/include/helpcompiler/HelpIndexer.hxx
index 2f8e7f32293a..d9e639f791e3 100644
--- a/include/helpcompiler/HelpIndexer.hxx
+++ b/include/helpcompiler/HelpIndexer.hxx
@@ -48,7 +48,7 @@ class L10N_DLLPUBLIC HelpIndexer {
* @param srcDir The help directory to index
* @param outDir The directory to write the "module".idxl directory to
*/
- HelpIndexer(OUString const &lang, OUString const &module,
+ HelpIndexer(OUString lang, OUString module,
std::u16string_view srcDir, std::u16string_view outDir);
/**