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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/getargument.cxx b/unotest/source/cpp/getargument.cxx
index 7b1945d5d803..83a4a02d2856 100644
--- a/unotest/source/cpp/getargument.cxx
+++ b/unotest/source/cpp/getargument.cxx
@@ -33,7 +33,7 @@ namespace detail {
bool getArgument(rtl::OUString const & name, rtl::OUString * value) {
OSL_ASSERT(value != 0);
return rtl::Bootstrap::get(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("arg-")) + name, *value);
+ rtl::OUString("arg-") + name, *value);
}
}