summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-19 22:56:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-19 22:56:58 +0200
commit8f375cc11feb9c903b5507e807062a24c63a11ef (patch)
tree5cdca1c73c82e33efbb0652939c76fe1dd20fe10 /svx
parent07b5ac90d55d54bf4514ccb17531967c73f35434 (diff)
loplugin:defaultparams
Change-Id: I7a74f10d3dbae16641c6c3aa3b8e53dde12df047
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/crashreportdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx
index 4186892d7759..b2aff8ee23d4 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()