sc/source/ui/view/tabvwsha.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5134220858afef8593b45a0e4fd25b401b1d7892
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Tue Jan 16 13:40:18 2018 +0100

    lokdialog: Don't output anything for the incoming SfxRequest.
    
    Change-Id: I1b216b7348a46835df3c2d307ce17bca64199997
    Reviewed-on: https://gerrit.libreoffice.org/47985
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to