From 3d7d318914bd69262da647e0db23ec47d6550afe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 9 Sep 2016 10:50:37 +0100 Subject: Resolves: tdf#101921 no tab navigation in style&formatting sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I737ed446d0ead9d748873fec90b62dcced35e328 Reviewed-on: https://gerrit.libreoffice.org/28767 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/dialog/templdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 15859ef10183..55909bdaa7f9 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -343,7 +343,7 @@ VclPtr SfxActionListBox::CreateContextMenu() } SfxTemplatePanelControl::SfxTemplatePanelControl(SfxBindings* pBindings, vcl::Window* pParentWindow) - : Window(pParentWindow) + : Window(pParentWindow, WB_DIALOGCONTROL) , pImpl(new SfxTemplateDialog_Impl(pBindings, this)) , mpBindings(pBindings) { -- cgit