[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - desktop/source
Szymon Kłos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 14 12:18:52 UTC 2019
desktop/source/lib/init.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 0c75ccd84ea64f2c69afe104a4b4ebd55b3cc215
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Nov 14 12:05:11 2019 +0100
Commit: Szymon Kłos <szymon.klos at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at 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();
}
}
More information about the Libreoffice-commits
mailing list