diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-28 17:56:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-29 16:42:33 +0100 |
commit | 042033f1e6da22616cb76c8d950c20c9efecbad5 (patch) | |
tree | 26b3f1f42d067506f44550b410f3fb9640616a5b /include/helpcompiler/HelpIndexer.hxx | |
parent | ccfd8e9d09f9ac0a0ea92d0f378391006faaf934 (diff) |
loplugin:stringviewparam: operator +
Change-Id: I044dd21b63d7eb03224675584fa143009c6b6008
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108418
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/helpcompiler/HelpIndexer.hxx')
-rw-r--r-- | include/helpcompiler/HelpIndexer.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/helpcompiler/HelpIndexer.hxx b/include/helpcompiler/HelpIndexer.hxx index 832780f6b1d2..2f8e7f32293a 100644 --- a/include/helpcompiler/HelpIndexer.hxx +++ b/include/helpcompiler/HelpIndexer.hxx @@ -14,6 +14,7 @@ #include <rtl/ustring.hxx> #include <set> +#include <string_view> // I assume that TCHAR is defined as wchar_t throughout @@ -48,7 +49,7 @@ class L10N_DLLPUBLIC HelpIndexer { * @param outDir The directory to write the "module".idxl directory to */ HelpIndexer(OUString const &lang, OUString const &module, - OUString const &srcDir, OUString const &outDir); + std::u16string_view srcDir, std::u16string_view outDir); /** * Run the indexer. |