summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/bootstrap
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 23:43:43 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 23:43:43 +0100
commitb6a70a0c13962d7c07b0af8fefca9f56e8e0b90b (patch)
tree65f833494776cbe8d5041b6dfaf73c5a6c3ecd56 /sal/qa/rtl/bootstrap
parent94f0cc74ad22a94fc3bcb42bcbeaf0c4457567cc (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 5
Diffstat (limited to 'sal/qa/rtl/bootstrap')
-rw-r--r--sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx2
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;