sd/source/ui/dlg/PaneDockingWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7200965a31cafed1d37de9946b417ceac2e850e0 Author: Caolán McNamara <caol...@redhat.com> Date: Wed May 11 12:56:56 2016 +0100 Resolves: tdf#92951 make PaneDockingWindow dockable again Change-Id: Ia7a59849777247c2beaabd3c9a4938317a7ea2d0 diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 6c3def4..87c5b7e 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));
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits