summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-10-29 20:03:32 -0400
committerAshod Nakashian <ashnakash@gmail.com>2019-10-31 11:55:47 +0100
commit6a077e809b4578312e7a66ba18c99828afe9a772 (patch)
treeb0b460865b018fe0168960122084c147c19dc7b5 /sfx2
parenta1e508d603d68faf768761ec83494c609f6ded4c (diff)
Revert "jsdialogs: set LOKNotifier in Deck"
Tunnelling Deck causes major problems, SidebarDockingWindow is tunnelled instead. This reverts commit b728dda0c99679c4ab0d6a1180aab5aee1d63cf0. Change-Id: If0ce69a885665686d5c197757422d0e4a8bbf5c2 Reviewed-on: https://gerrit.libreoffice.org/81751 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/Deck.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index b38525bf7e4d..5fe1c6093eb3 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -68,11 +68,6 @@ Deck::Deck(const DeckDescriptor& rDeckDescriptor, vcl::Window* pParentWindow,
mpVerticalScrollBar->SetScrollHdl(LINK(this, Deck, HandleVerticalScrollBarChange));
- if (comphelper::LibreOfficeKit::isActive())
- {
- SetLOKNotifier(SfxViewShell::Current());
- }
-
#ifdef DEBUG
SetText(OUString("Deck"));
mpScrollClipWindow->SetText(OUString("ScrollClipWindow"));