Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts: bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_reader.cxx remotebridges/source/factory/bridgefactory.cxx stoc/source/corereflection/crefl.cxx stoc/source/javavm/javavm.cxx stoc/source/simpleregistry/simpleregistry.cxx
This commit is contained in:
@@ -381,9 +381,15 @@ SAL_CALL defaultBootstrap_InitialComponentContext(
|
||||
Bootstrap const & bootstrap )
|
||||
SAL_THROW( (Exception) )
|
||||
{
|
||||
OUString bootstrapPath( get_this_libpath() );
|
||||
OUString iniDir;
|
||||
OUString bootstrapPath;
|
||||
if (!bootstrap.getFrom(
|
||||
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("URE_INTERNAL_LIB_DIR")),
|
||||
bootstrapPath))
|
||||
{
|
||||
bootstrapPath = get_this_libpath();
|
||||
}
|
||||
|
||||
OUString iniDir;
|
||||
osl_getProcessWorkingDir(&iniDir.pData);
|
||||
|
||||
Reference<lang::XMultiComponentFactory> smgr_XMultiComponentFactory(
|
||||
|
Reference in New Issue
Block a user