summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-11-14 12:05:11 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2019-11-14 13:18:02 +0100
commit0c75ccd84ea64f2c69afe104a4b4ebd55b3cc215 (patch)
treefa4b7f7ed30b19fd1d82fd8bcbfdc866b9c780c8 /desktop
parent58a3e6ad29eb7b616f03737265ef7a25afe83a36 (diff)
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@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx4
1 files changed, 0 insertions, 4 deletions
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();
}
}