summaryrefslogtreecommitdiff
path: root/stoc/test/excomp/excomp2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/excomp/excomp2.cxx')
-rw-r--r--stoc/test/excomp/excomp2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/excomp/excomp2.cxx b/stoc/test/excomp/excomp2.cxx
index 6439296f703a..f62e957efec4 100644
--- a/stoc/test/excomp/excomp2.cxx
+++ b/stoc/test/excomp/excomp2.cxx
@@ -199,7 +199,7 @@ Sequence<OUString> SAL_CALL ExampleComponent2Impl::getSupportedServiceNames_Stat
OUString SAL_CALL ExampleComponent2Impl::getMessage() throw(RuntimeException)
{
Guard< Mutex > aGuard( m_mutex );
- return OUString::createFromAscii("Alle meine Entchen schwimmen auf dem See, schwimmen auf dem See ...");
+ return OUString(RTL_CONSTASCII_USTRINGPARAM("Alle meine Entchen schwimmen auf dem See, schwimmen auf dem See ..."));
}