summaryrefslogtreecommitdiff
path: root/stoc/test/excomp/excomp1.cxx
diff options
context:
space:
mode:
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 cb71cdc83203..058a06bc3f97 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 ..."));
}