diff options
Diffstat (limited to 'unotest/source/cpp/gettestargument.cxx')
-rw-r--r-- | unotest/source/cpp/gettestargument.cxx | 2 |
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); } } |