sfx2/source/dialog/templdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3d7d318914bd69262da647e0db23ec47d6550afe Author: Caolán McNamara <caol...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits