summaryrefslogtreecommitdiff
path: root/stoc/test/excomp/excomp1.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:31:39 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:31:39 +0100
commit8b9849322b31f40e05e39475b39af616c71b1086 (patch)
treeb1d3166565aae614cc2d6bf237edbed37797ad07 /stoc/test/excomp/excomp1.cxx
parent9f3cbd385363be5e2ba2d908769a9e34a328c59a (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 1
Diffstat (limited to 'stoc/test/excomp/excomp1.cxx')
-rw-r--r--stoc/test/excomp/excomp1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/excomp/excomp1.cxx b/stoc/test/excomp/excomp1.cxx
index f26bebad7..d45b176e0 100644
--- a/stoc/test/excomp/excomp1.cxx
+++ b/stoc/test/excomp/excomp1.cxx
@@ -129,7 +129,7 @@ Sequence<OUString> SAL_CALL ExampleComponent1Impl::getSupportedServiceNames_Stat
OUString SAL_CALL ExampleComponent1Impl::getMessage() throw(RuntimeException)
{
Guard< Mutex > aGuard( m_mutex );
- return OUString::createFromAscii("Lalelu nur der Mann im Mond schaut zu ...");
+ return OUString(RTL_CONSTASCII_USTRINGPARAM("Lalelu nur der Mann im Mond schaut zu ..."));
}