[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara caolanm at redhat.com
Fri Sep 9 10:18:16 UTC 2016


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

New commits:
commit 3d7d318914bd69262da647e0db23ec47d6550afe
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>

diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 15859ef..55909bd 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -343,7 +343,7 @@ VclPtr<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