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