remove usage of RTL_CONSTASCII_USTRINGPARAM
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
This commit is contained in:
@@ -860,7 +860,7 @@ Reference< XComponentContext > SAL_CALL createComponentContext(
|
||||
SAL_THROW(())
|
||||
{
|
||||
uno::Environment curr_env(Environment::getCurrent());
|
||||
uno::Environment source_env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV))));
|
||||
uno::Environment source_env(rtl::OUString(CPPU_STRINGIFY(CPPU_ENV)));
|
||||
|
||||
uno::Mapping curr2source(curr_env, source_env);
|
||||
uno::Mapping source2curr(source_env, curr_env);
|
||||
|
Reference in New Issue
Block a user