https://bugs.documentfoundation.org/show_bug.cgi?id=134387
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7.1.0.0.alpha0+ |unspecified Severity|normal |trivial Priority|medium |low --- Comment #9 from Justin L <[email protected]> --- I'm not sure this should "go away". It is the only indication of "why did LibreOffice quit/restart?". Suggest WONTFIX What is happening here is that some kind of error (that doesn't affect the UI) bAllowRecoveryAndSessionManagement, and so is triggering a doPrepareEmergencySave. To avoid the dialog: svx/source/unodraw/recoveryui.cxx impl_doEmergencySave() - short nRet = xDialog->run(); + short nRet = DLG_RET_OK; // no restart request + if (pCore->getURLListAccess().size()) + nRet = xDialog->run(); + return (nRet==DLG_RET_OK_AUTOLUNCH); -- You are receiving this mail because: You are the assignee for the bug.
