[Libreoffice-commits] core.git: sc/source

Jan Holesovsky kendy at collabora.com
Tue Jan 16 16:41:07 UTC 2018


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

New commits:
commit 5134220858afef8593b45a0e4fd25b401b1d7892
Author: Jan Holesovsky <kendy at 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 <ci at libreoffice.org>
    Reviewed-by: Jan Holesovsky <kendy at 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;
 


More information about the Libreoffice-commits mailing list