diff options
Diffstat (limited to 'include/comphelper/string.hxx')
-rw-r--r-- | include/comphelper/string.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx index 349dc17360a4..d4c9ccd1b947 100644 --- a/include/comphelper/string.hxx +++ b/include/comphelper/string.hxx @@ -234,7 +234,7 @@ inline OUStringBuffer& padToLength( @return original string with token nToken replaced by rNewToken */ COMPHELPER_DLLPUBLIC OUString setToken(const OUString& rIn, sal_Int32 nToken, sal_Unicode cTok, - const OUString& rNewToken); + std::u16string_view rNewToken); /** Find any of a list of code units in the string. @param rIn OUString to search |