summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/ostring/rtl_string.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/ostring/rtl_string.cxx')
-rw-r--r--sal/qa/rtl/ostring/rtl_string.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/ostring/rtl_string.cxx b/sal/qa/rtl/ostring/rtl_string.cxx
index 0356e9e397f5..bdf50f0441e3 100644
--- a/sal/qa/rtl/ostring/rtl_string.cxx
+++ b/sal/qa/rtl/ostring/rtl_string.cxx
@@ -108,7 +108,7 @@ namespace rtl_string
void convertUStringToString_001()
{
- rtl::OUString suString(RTL_CONSTASCII_USTRINGPARAM("Hello"));
+ rtl::OUString suString("Hello");
rtl::OString sString;
sal_Bool bRet = rtl_convertUStringToString(&sString.pData, suString.getStr(), suString.getLength(), RTL_TEXTENCODING_ASCII_US, OUSTRING_TO_OSTRING_CVTFLAGS);