svx/source/dialog/crashreportdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8f375cc11feb9c903b5507e807062a24c63a11ef Author: Stephan Bergmann <sberg...@redhat.com> Date: Sun Jun 19 22:56:58 2016 +0200 loplugin:defaultparams Change-Id: I7a74f10d3dbae16641c6c3aa3b8e53dde12df047 diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx index 4186892..b2aff8e 100644 --- a/svx/source/dialog/crashreportdlg.cxx +++ b/svx/source/dialog/crashreportdlg.cxx @@ -33,7 +33,7 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent): mpBtnSend->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnCancel->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnClose->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); - mpEditPostUpload->SetReadOnly(true); + mpEditPostUpload->SetReadOnly(); } CrashReportDialog::~CrashReportDialog() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits