Kaydet (Commit) c1d64ca9 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

lok: Correct sofficerc path for bootstrap.

Change-Id: I229958c0f2c6f8905926c95cabd45fa58aed3da1
üst f918192e
......@@ -535,7 +535,7 @@ static void aBasicErrorFunc(const OUString& rError, const OUString& rAction)
static void initialize_uno(const OUString &aAppURL)
{
rtl::Bootstrap::setIniFilename( aAppURL + "/sofficerc" );
rtl::Bootstrap::setIniFilename(aAppURL + "/" + LIBO_ETC_FOLDER + "/" + SAL_CONFIGFILE("soffice"));
xContext = cppu::defaultBootstrap_InitialComponentContext();
fprintf(stderr, "Uno initialized %d\n", xContext.is());
......
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