Created attachment 46716 [details] Screenshot, pls. see original report! After a crash after recovery my "LibreOffice 3.4Beta5 – WIN7 Home Premium (64bit) German UI [DEV300m103 (Build:5)]" pretends to have created an error report, but "continue" does not show a report. That's rather new, I can't remember to have seen a similar text during the last months.
Replicated (2011-07-17) with LibO 3.4.2 RC1 on WinXP 32b [LibreOffice 3.4.2 OOO340m1 (Build:201)] "A report of the crash was created to help us identify the reason why LibreOffice crashed. Click 'Next' to get to the Error Report Tool or press 'Cancel' to skip this step." See https://bugs.freedesktop.org/attachment.cgi?id=49203 ([1] Screenshots: AutoRecovery process - error messages – PDF page 3) [ Context: https://bugs.freedesktop.org/show_bug.cgi?id=34805#c12 ]
Confirmed due to Comment 1 @André: May be this can simple be reverted in Pootle to the Text from 3.3? Please feel free to reassign (or reset Assignee to default) if it’s not your area or if provided information is not sufficient. Please set Status to ASSIGNED if you accept this Bug.
Hmm, svx/source/dialog/docrecovery.cxx ::rtl::OUString CFG_PACKAGE_RECOVERY( RTL_CONSTASCII_USTRINGPARAM ( "org.openoffice.Office.Recovery/" )); ::rtl::OUString CFG_PATH_CRASHREPORTER( RTL_CONSTASCII_USTRINGPARAM( "CrashReporter" )); ::rtl::OUString CFG_ENTRY_ENABLED( RTL_CONSTASCII_USTRINGPARAM ( "Enabled" )); sal_Bool bCrashRepEnabled( sal_True ); css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey( pCore->getSMGR(), CFG_PACKAGE_RECOVERY, CFG_PATH_CRASHREPORTER, CFG_ENTRY_ENABLED, ::comphelper::ConfigurationHelper::E_READONLY); aVal >>= bCrashRepEnabled; m_bRecoveryOnly = !bCrashRepEnabled; ... if ( m_bRecoveryOnly ) { m_aDescrFT.SetText(m_aRecoveryOnlyFinishDescr); m_aNextBtn.SetText(m_aRecoveryOnlyFinish); m_aNextBtn.Enable(sal_True); m_aCancelBtn.Enable(sal_False); } else { m_aDescrFT.SetText(m_aTitleRecoveryReport); m_aNextBtn.SetText(m_aNextStr); m_aNextBtn.Enable(sal_True); m_aCancelBtn.Enable(sal_True); } so that text should only appear if the crashreporter is available according to the config.
Changed the config to also be "false" for crash reporter installed, which is the case. The crash reporter isn't there in our builds. Not yet anyway, maybe never. http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f800d902f060fdb43a56e381264e0b626f1af2f Not proposed for 3-4, don't think its that important, or is it ?
*** Bug 42417 has been marked as a duplicate of this bug. ***
*** Bug 43042 has been marked as a duplicate of this bug. ***
Since all new unconfirmed bugs start in state UNCONFIRMED now and old unconfirmed bugs were moved to NEEDINFO with a explanatory comment, all bugs promoted above those bug states to NEW and later are automatically confirmed making the CONFIRMED whiteboard status redundant. Thus it will be removed.