diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-27 17:20:30 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-27 17:20:30 +0100 |
commit | 1231e74a6d5c17f91d235b1564251497fa2e3f72 (patch) | |
tree | 1dc6ef96cb11d39a2461977c584ade730d553ff5 /extensions/source/resource | |
parent | c838ea595f578d57da5f25a14f8a84bdf51e7bbf (diff) |
RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?)
Diffstat (limited to 'extensions/source/resource')
-rw-r--r-- | extensions/source/resource/resource.cxx | 2 |
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 ); |