summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/gettestargument.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/gettestargument.cxx')
-rw-r--r--unotest/source/cpp/gettestargument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/gettestargument.cxx b/unotest/source/cpp/gettestargument.cxx
index 0fa181678b40..8d10b07ccaea 100644
--- a/unotest/source/cpp/gettestargument.cxx
+++ b/unotest/source/cpp/gettestargument.cxx
@@ -27,7 +27,7 @@ namespace test
{
bool getTestArgument(std::u16string_view name, OUString* value)
{
- return getArgument(OUStringConcatenation(OUString::Concat("testarg.") + name), value);
+ return getArgument(Concat2View(OUString::Concat("testarg.") + name), value);
}
}