[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sfx2/source

Caolán McNamara caolanm at redhat.com
Mon Sep 12 08:48:09 UTC 2016


 sfx2/source/dialog/templdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0d5a89b081b81261b7f4b306e64cfb6ce6e950a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 9 10:50:37 2016 +0100

    Resolves: tdf#101921 no tab navigation in style&formatting sidebar
    
    Change-Id: I737ed446d0ead9d748873fec90b62dcced35e328
    Reviewed-on: https://gerrit.libreoffice.org/28767
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit 3d7d318914bd69262da647e0db23ec47d6550afe)
    Reviewed-on: https://gerrit.libreoffice.org/28770
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index ca53f4c..b81e561 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -340,7 +340,7 @@ std::unique_ptr<PopupMenu> SfxActionListBox::CreateContextMenu()
 }
 
 SfxTemplatePanelControl::SfxTemplatePanelControl(SfxBindings* pBindings, vcl::Window* pParentWindow)
-    : Window(pParentWindow)
+    : Window(pParentWindow, WB_DIALOGCONTROL)
     , pImpl(new SfxTemplateDialog_Impl(pBindings, this))
     , mpBindings(pBindings)
 {


More information about the Libreoffice-commits mailing list