summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-04 20:43:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-07 11:41:32 +0000
commit8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6 (patch)
tree27239b59958edbe97faa9d3d72bc172a0af32d36 /cppuhelper
parent0d44e98d6aa2c390fd9bcdd97290f463b136ddb6 (diff)
drop crashrep unused since start of LibreOffice
Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f Reviewed-on: https://gerrit.libreoffice.org/13733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/bootstrap.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx
index e81f4147f346..d5130b9a2eaa 100644
--- a/cppuhelper/source/bootstrap.cxx
+++ b/cppuhelper/source/bootstrap.cxx
@@ -152,7 +152,6 @@ Reference< XComponentContext > SAL_CALL bootstrap()
OUString("--nologo"),
OUString("--nodefault"),
OUString("--norestore"),
- OUString("--nocrashreport"),
OUString("--nolockcheck"),
OUString("--accept=pipe,name=" + sPipeName + ";urp;")
};