Kaydet (Commit) 9182c248 authored tarafından Gert Faller's avatar Gert Faller

RTL_CONSTASCII_USTRINGPARAM in bootstrap

üst 921d063b
...@@ -137,8 +137,8 @@ SAL_IMPLEMENT_MAIN() ...@@ -137,8 +137,8 @@ SAL_IMPLEMENT_MAIN()
InitVCL( xMS ); InitVCL( xMS );
::comphelper::setProcessServiceFactory(xMS); ::comphelper::setProcessServiceFactory(xMS);
com::sun::star::uno::Sequence< com::sun::star::uno::Any > aArgs(2); com::sun::star::uno::Sequence< com::sun::star::uno::Any > aArgs(2);
aArgs[0] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL ); aArgs[0] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY1_LOCAL ));
aArgs[1] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE ); aArgs[1] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY2_OFFICE ));
::ucbhelper::ContentBroker::initialize( xMS, aArgs ); ::ucbhelper::ContentBroker::initialize( xMS, aArgs );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment