| commit | fa8c9012e518cfed0cf6f5b6707fd6324c0bb981 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Tue Jul 16 10:53:36 2019 +0100 |
| committer | Michael Stahl <Michael.Stahl@cib.de> | Wed Jul 17 10:27:21 2019 +0200 |
| tree | 40ff3dc7ffe76f61504fe682171458e7e227df34 | |
| parent | 5f48428533e928868c11ddd00cc449a54d0cdfd9 [diff] |
Resolves: tdf#126236 reset modality back to initial modality on close Change-Id: I959820b75a70f6090120970c9ce11787bbe25037 Reviewed-on: https://gerrit.libreoffice.org/75705 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
diff --git a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx index 931a533..762a200 100644 --- a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx +++ b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
@@ -67,6 +67,8 @@ SwModalRedlineAcceptDlg::~SwModalRedlineAcceptDlg() m_xImplDlg->FillInfo(sExtraData); SvtViewOptions aDlgOpt(EViewType::Dialog, OStringToOUString(m_xDialog->get_help_id(), RTL_TEXTENCODING_UTF8)); aDlgOpt.SetUserItem("UserItem", css::uno::makeAny(sExtraData)); m_xDialog->set_modal(false); } void SwModalRedlineAcceptDlg::Activate()