diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-01-16 13:40:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-01-16 17:40:44 +0100 |
commit | 5134220858afef8593b45a0e4fd25b401b1d7892 (patch) | |
tree | 5923d92632b8ebc06e1fbefb3c8673398202bf87 /sc | |
parent | b97a0df0f3234b4c1140ba1418d4b96a592afa4a (diff) |
lokdialog: Don't output anything for the incoming SfxRequest.
Change-Id: I1b216b7348a46835df3c2d307ce17bca64199997
Reviewed-on: https://gerrit.libreoffice.org/47985
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwsha.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 649e4cde46c3..d14e7cade7d4 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -542,6 +542,8 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName pDlg->SetCurPageId(rName); std::shared_ptr<SfxRequest> pRequest(new SfxRequest(rReq)); + rReq.Ignore(); // the 'old' request is not relevant any more + pDlg->StartExecuteAsync([=](sal_Int32 nResult){ bInFormatDialog = false; |