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 509c1cfad7b7..ed27b44ae5b0 100644
--- a/unotest/source/cpp/gettestargument.cxx
+++ b/unotest/source/cpp/gettestargument.cxx
@@ -29,7 +29,7 @@ namespace test {
bool getTestArgument(rtl::OUString const & name, rtl::OUString * value) {
return detail::getArgument(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("testarg.")) + name, value);
+ rtl::OUString("testarg.") + name, value);
}
}