diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2010-11-22 12:22:41 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-22 12:22:41 +0000 |
commit | 51838cd27feb1219b2f1f5e387539efa129c58b6 (patch) | |
tree | d6997a331156fe136186d3613448a006e68f48bf /scripting/source/storage/ScriptSecurityManager.cxx | |
parent | b61f6b3eadd624cfb6d0645fdb1ae681f5309712 (diff) |
cleanup createFromAscii calls
Diffstat (limited to 'scripting/source/storage/ScriptSecurityManager.cxx')
-rw-r--r-- | scripting/source/storage/ScriptSecurityManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/storage/ScriptSecurityManager.cxx b/scripting/source/storage/ScriptSecurityManager.cxx index 57fd00c8003b..b653f6ce92c6 100644 --- a/scripting/source/storage/ScriptSecurityManager.cxx +++ b/scripting/source/storage/ScriptSecurityManager.cxx @@ -137,7 +137,7 @@ throw ( RuntimeException ) Reference< XInterface > xInterface; Any a = m_xContext->getValueByName( - OUString::createFromAscii( SCRIPTSTORAGEMANAGER_SERVICE ) ); + OUString(RTL_CONSTASCII_USTRINGPARAM( SCRIPTSTORAGEMANAGER_SERVICE )) ); if ( sal_False == ( a >>= xInterface ) ) { throw RuntimeException( |