summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-09 10:50:37 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-12 08:47:40 +0000
commitc0d5a89b081b81261b7f4b306e64cfb6ce6e950a (patch)
tree3e468e1ef3c19e58f67ae26531d23d4e11704b40 /sfx2
parent03be54fd1cdb9319c2898100423507781d2ce7cb (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 3d7d318914bd69262da647e0db23ec47d6550afe) Reviewed-on: https://gerrit.libreoffice.org/28770 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index ca53f4c48a41..b81e561ecb69 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)
{