[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source
Szymon Kłos (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 30 07:48:27 UTC 2019
sfx2/source/sidebar/Deck.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit b728dda0c99679c4ab0d6a1180aab5aee1d63cf0
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Sep 27 14:59:37 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Sep 30 09:47:50 2019 +0200
jsdialogs: set LOKNotifier in Deck
Change-Id: I845e5f06694372c614972a09e9ab9db89006df16
Reviewed-on: https://gerrit.libreoffice.org/79718
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index f1114982204c..bb24b719a5fd 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -68,6 +68,11 @@ 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"));
More information about the Libreoffice-commits
mailing list