summaryrefslogtreecommitdiffstats
path: root/extensions/source/resource/resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/resource/resource.cxx')
-rw-r--r--extensions/source/resource/resource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/resource/resource.cxx b/extensions/source/resource/resource.cxx
index 8ebea6dc85d3..e5a61e69e376 100644
--- a/extensions/source/resource/resource.cxx
+++ b/extensions/source/resource/resource.cxx
@@ -172,7 +172,7 @@ Reference< XInvocation > ResourceService::getDefaultInvocation() const
/* f�hrt zur Zeit noch zu einer rekursion
if( xSMgr.is() )
{
- Reference< XSingleServiceFactory > xFact( xSMgr->createInstance( OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.script.Invocation")) ), UNO_QUERY );
+ Reference< XSingleServiceFactory > xFact( xSMgr->createInstance( OUString::createFromAscii("com.sun.star.script.Invocation") ), UNO_QUERY );
if( xFact.is() )
{
Sequence< Any > aArgs( 1 );