summaryrefslogtreecommitdiff
path: root/desktop/source/so_comp/oemjob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/so_comp/oemjob.cxx')
-rw-r--r--desktop/source/so_comp/oemjob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/so_comp/oemjob.cxx b/desktop/source/so_comp/oemjob.cxx
index 321cc90c7296..1ff4c1e4c29c 100644
--- a/desktop/source/so_comp/oemjob.cxx
+++ b/desktop/source/so_comp/oemjob.cxx
@@ -68,7 +68,7 @@ const char* OEMPreloadJob::serviceName = "com.sun.star.office.OEMPreloadJob";
OUString OEMPreloadJob::GetImplementationName()
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( implementationName));
+ return OUString::createFromAscii(implementationName);
}
Sequence< OUString > OEMPreloadJob::GetSupportedServiceNames()