summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-01-16 13:40:18 +0100
committerpranavk <pranavk@collabora.co.uk>2018-01-18 13:44:28 +0100
commitc8baf1ba73cd4671d6ba8b9bc725209235ec0ee1 (patch)
tree55011b2545617ee3251630fc4b105aa46604b6ae
parent1dd5caae879e1b04753be5c0407a31aac6b3a5b2 (diff)
lokdialog: Don't output anything for the incoming SfxRequest.
Change-Id: I1b216b7348a46835df3c2d307ce17bca64199997 Reviewed-on: https://gerrit.libreoffice.org/47987 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
-rw-r--r--sc/source/ui/view/tabvwsha.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 4753de415735..06c7ef175f83 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -546,6 +546,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;