summaryrefslogtreecommitdiff
path: root/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/test/mtexecutor/mainthreadexecutor.cxx')
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
index 952eca3cae67..c1b7a8991fad 100644
--- a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
+++ b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
@@ -36,15 +36,15 @@ using namespace ::com::sun::star;
uno::Sequence< ::rtl::OUString > SAL_CALL MainThreadExecutor::impl_staticGetSupportedServiceNames()
{
uno::Sequence< ::rtl::OUString > aRet(2);
- aRet[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.thread.MainThreadExecutor"));
- aRet[1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.thread.MainThreadExecutor"));
+ aRet[0] = ::rtl::OUString("com.sun.star.thread.MainThreadExecutor");
+ aRet[1] = ::rtl::OUString("com.sun.star.comp.thread.MainThreadExecutor");
return aRet;
}
//-------------------------------------------------------------------------
::rtl::OUString SAL_CALL MainThreadExecutor::impl_staticGetImplementationName()
{
- return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.thread.MainThreadExecutor"));
+ return ::rtl::OUString("com.sun.star.comp.thread.MainThreadExecutor");
}
//-------------------------------------------------------------------------