diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-19 19:43:57 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-19 19:43:57 +0100 |
commit | c33f4c624b22d2b41718e126d8124b37ea9ccf33 (patch) | |
tree | b1fe711d8ef6e558cb07e63d4839ddad982ad097 /scripting/source/runtimemgr/StorageBridge.cxx | |
parent | 60fec7754d70f0527d6ae80455b4ca876b7d451b (diff) |
TL_CONSTASCII_USTRINGPARAM in libs core 15
Diffstat (limited to 'scripting/source/runtimemgr/StorageBridge.cxx')
-rw-r--r-- | scripting/source/runtimemgr/StorageBridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/runtimemgr/StorageBridge.cxx b/scripting/source/runtimemgr/StorageBridge.cxx index e441389f2b05..f422a4a67666 100644 --- a/scripting/source/runtimemgr/StorageBridge.cxx +++ b/scripting/source/runtimemgr/StorageBridge.cxx @@ -82,7 +82,7 @@ StorageBridge::initStorage() throw ( ::com::sun::star::uno::RuntimeException ) Reference< XInterface > temp; Any a = m_xContext->getValueByName( - OUString::createFromAscii( SCRIPTSTORAGEMANAGER_SERVICE ) ); + OUString(RTL_CONSTASCII_USTRINGPARAM( SCRIPTSTORAGEMANAGER_SERVICE )) ); if ( sal_False == ( a >>= temp ) ) { throw RuntimeException( |