diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 16:08:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 10:54:03 +0100 |
commit | 7600afa82505ba4f5b78800aa95855d01bb766fc (patch) | |
tree | 6ddae38aee7a1f38616441e2810de190a171f913 /sc/source/ui | |
parent | 87866def6bfe2ee91be34a5ce37b79d6da881617 (diff) |
split two paragraph warning into primary and secondary messages
Change-Id: Ie3bd9205a549ac55a0e5c7b9a444928b0fd80174
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128935
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/viewfunc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx index ecaa0a2cdf8a..8d444122a7ed 100644 --- a/sc/source/ui/view/viewfunc.cxx +++ b/sc/source/ui/view/viewfunc.cxx @@ -348,7 +348,6 @@ namespace : weld::MessageDialogController(pParent, "modules/scalc/ui/warnautocorrect.ui", "WarnAutoCorrect", "grid") , m_xError(m_xBuilder->weld_text_view("error")) { - m_xDialog->set_primary_text(ScResId(SCSTR_FORMULA_AUTOCORRECTION).trim()); m_xDialog->set_default_response(RET_YES); const int nMaxWidth = m_xError->get_approximate_digit_width() * 65; |