diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-26 23:22:25 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-26 23:22:25 +0100 |
commit | 9182c248f31838cdf1cac54b06a08362987a67b0 (patch) | |
tree | d8867ff4619d631986e13e705e87e62075a73009 /soldep | |
parent | 921d063b9c4a5bde813e03476b5f5f6c03e97b40 (diff) |
RTL_CONSTASCII_USTRINGPARAM in bootstrap
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/source/depapp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soldep/source/depapp.cxx b/soldep/source/depapp.cxx index 9f548ee49d7a..91a7b66cc10a 100644 --- a/soldep/source/depapp.cxx +++ b/soldep/source/depapp.cxx @@ -137,8 +137,8 @@ SAL_IMPLEMENT_MAIN() InitVCL( xMS ); ::comphelper::setProcessServiceFactory(xMS); com::sun::star::uno::Sequence< com::sun::star::uno::Any > aArgs(2); - aArgs[0] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL ); - aArgs[1] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE ); + aArgs[0] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY1_LOCAL )); + aArgs[1] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY2_OFFICE )); ::ucbhelper::ContentBroker::initialize( xMS, aArgs ); |