sfx2/source/sidebar/Deck.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit b728dda0c99679c4ab0d6a1180aab5aee1d63cf0
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Fri Sep 27 14:59:37 2019 +0200
Commit:     Szymon Kłos <szymon.k...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@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"));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to