summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-19 09:29:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 09:30:45 +0100
commit2f800d902f060fdb43a56e381264e0b626f1af2f (patch)
treec4483c0a20ef94691a3dcd00118ae8a144d6c161 /svx/source/dialog/docrecovery.cxx
parent00b764d9e924228582ac1fa2b9fb24c5b81403b2 (diff)
fdo#37206 toggle default config to false for crash-reporter installed
Diffstat (limited to 'svx/source/dialog/docrecovery.cxx')
-rw-r--r--svx/source/dialog/docrecovery.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index ba1f9d887bfe..8def4d8cbcdb 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -1040,7 +1040,7 @@ RecoveryDialog::RecoveryDialog(Window* pParent,
::rtl::OUString CFG_PATH_CRASHREPORTER( RTL_CONSTASCII_USTRINGPARAM( "CrashReporter" ));
::rtl::OUString CFG_ENTRY_ENABLED( RTL_CONSTASCII_USTRINGPARAM ( "Enabled" ));
- sal_Bool bCrashRepEnabled( sal_True );
+ sal_Bool bCrashRepEnabled( sal_False );
css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey(
pCore->getSMGR(),
CFG_PACKAGE_RECOVERY,