summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/getargument.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/getargument.cxx')
-rw-r--r--unotest/source/cpp/getargument.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotest/source/cpp/getargument.cxx b/unotest/source/cpp/getargument.cxx
index 00206497f432..7a7e765e0eb1 100644
--- a/unotest/source/cpp/getargument.cxx
+++ b/unotest/source/cpp/getargument.cxx
@@ -32,8 +32,7 @@ namespace detail {
bool getArgument(OUString const & name, OUString * value) {
OSL_ASSERT(value != 0);
- return rtl::Bootstrap::get(
- OUString("arg-") + name, *value);
+ return rtl::Bootstrap::get("arg-" + name, *value);
}
}