summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-11-14 12:05:11 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-12-16 17:29:59 +0000
commit885784f5d8808b38d86eb9c878472f91b56dad7b (patch)
tree7c67d09e83945dbf7befcba18e770a215db3e761 /desktop
parent8955c25c3b4fb44a7d1adcf088917d2329bdc99e (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 36a37165154c..e0d5973b5dcd 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3357,10 +3357,6 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin
pUIWindow->execute(sClickAction, aMap);
}
} catch(...) {}
-
- // force resend
- pWindow->Hide();
- pWindow->Show();
}
}