diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-11 12:56:56 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-11 13:37:32 +0000 |
commit | a9277eabc8dfefba1a255097ec212745941b3fc9 (patch) | |
tree | 93a214bf6a0d31a081d10d4c17f1ad1a998d9971 | |
parent | ea0951bcc0d66db288e4723e3147a04ef47eca50 (diff) |
Resolves: tdf#92951 make PaneDockingWindow dockable again
Change-Id: Ia7a59849777247c2beaabd3c9a4938317a7ea2d0
(cherry picked from commit 7200965a31cafed1d37de9946b417ceac2e850e0)
Reviewed-on: https://gerrit.libreoffice.org/24884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | sd/source/ui/dlg/PaneDockingWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 6c3def48a27c..87c5b7e5f6b4 100644 --- a/sd/source/ui/dlg/PaneDockingWindow.cxx +++ b/sd/source/ui/dlg/PaneDockingWindow.cxx @@ -40,7 +40,7 @@ namespace sd { PaneDockingWindow::PaneDockingWindow( SfxBindings *_pBindings, SfxChildWindow *pChildWindow, vcl::Window* pParent, const OUString& rsTitle ) - : TitledDockingWindow(_pBindings, pChildWindow, pParent, WB_MOVEABLE|WB_CLOSEABLE|WB_HIDE|WB_3DLOOK) + : TitledDockingWindow(_pBindings, pChildWindow, pParent, WB_MOVEABLE|WB_CLOSEABLE|WB_DOCKABLE|WB_HIDE|WB_3DLOOK) { SetTitle(rsTitle); SetSizePixel(LogicToPixel(Size(80,200), MAP_APPFONT)); |