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

desktop: Make the --writer/--calc/--impress command line options work again.

Change-Id: I977d1fbedb1b784cb95273184ec5e5a7fa156eef
üst 03b7f55a
......@@ -2272,7 +2272,7 @@ void Desktop::OpenClients()
SAL_WARN( "desktop.app", "Error during recovery" << e.Message);
}
}
else if (bExistsRecoveryData && bDisableRecovery)
else if (bExistsRecoveryData && bDisableRecovery && !rArgs.HasModuleParam())
// prevent new Writer doc
bRecovery = true;
......
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