sfx2/source/dialog/templdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c0d5a89b081b81261b7f4b306e64cfb6ce6e950a 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> (cherry picked from commit 3d7d318914bd69262da647e0db23ec47d6550afe) Reviewed-on: https://gerrit.libreoffice.org/28770 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Miklos Vajna <vmik...@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) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits