diff options
Diffstat (limited to 'sal/qa/rtl/bootstrap')
-rw-r--r-- | sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx index 0efb69351889..9c58f6c2f59a 100644 --- a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx +++ b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx @@ -568,7 +568,7 @@ namespace rtl_Bootstrap // ?? INHERITED_VALUE = ok now, which is set in set_001 printUString( suGetOrientValue ); - rtl::OUString suValue = rtl::OUString::createFromAscii( TESTSHL2_INI ); + rtl::OUString suValue(RTL_CONSTASCII_USTRINGPARAM( TESTSHL2_INI )); // set to another value Bootstrap::set( suName, suValue ); rtl::OUString suGetValue; |