Kaydet (Commit) 4ef5dfad authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticcall

Change-Id: Ib04cadafab0f3d0cd9e6bb550d846a3a1ca8ea76
üst f42b2268
......@@ -95,9 +95,8 @@ OUString test::BootstrapFixtureBase::getPathFromWorkdir( const char *pPath )
void test::BootstrapFixtureBase::setUp()
{
// set UserInstallation to user profile dir in test/user-template
rtl::Bootstrap aDefaultVars;
OUString sUserInstallURL = m_aWorkdirRootURL + "/unittest";
aDefaultVars.set(OUString("UserInstallation"), sUserInstallURL);
rtl::Bootstrap::set(OUString("UserInstallation"), sUserInstallURL);
m_xContext = comphelper::getProcessComponentContext();
m_xFactory = m_xContext->getServiceManager();
......
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