desktop/source/lib/init.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 0c75ccd84ea64f2c69afe104a4b4ebd55b3cc215
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Thu Nov 14 12:05:11 2019 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Thu Nov 14 13:18:02 2019 +0100

    jsdialogs: don't recreate sidebar on event
    
    This will allow to use mobile wizard in multiple views.
    JS listeners on uno commands are used instead. Also
    vcl events broadcasting is needed.
    
    Change-Id: Iddb230bfcf899384749d92da359b0a6a1260bc9f
    Reviewed-on: https://gerrit.libreoffice.org/82669
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 062ceb3dcb45..d77fa4052814 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3343,10 +3343,6 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* 
/*pThis*/, unsigned nWin
                     pUIWindow->execute(sClickAction, aMap);
             }
         } catch(...) {}
-
-        // force resend
-        pWindow->Hide();
-        pWindow->Show();
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to