summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-16 10:53:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-16 17:25:42 +0200
commit4ed9b1de2bcd5403d8a4e2d85bac620baccc429b (patch)
tree006f7e43b28198679d62f5c26f88e8d112a6a127 /sw/source/ui/misc/swmodalredlineacceptdlg.cxx
parentd96a490aa51fe6894a03e28a58e25e412c313f9e (diff)
Resolves: tdf#126236 reset modality back to initial modality on close
Change-Id: I959820b75a70f6090120970c9ce11787bbe25037 Reviewed-on: https://gerrit.libreoffice.org/75700 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/misc/swmodalredlineacceptdlg.cxx')
-rw-r--r--sw/source/ui/misc/swmodalredlineacceptdlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
index 931a53328c78..762a20038df2 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()