summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-11 12:56:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-11 12:57:18 +0100
commit7200965a31cafed1d37de9946b417ceac2e850e0 (patch)
tree979cd51d16702a1ffda1e9e68843012136f7f1b1
parent40222365ceb2e16b75a16a3837da1cb27d1c2224 (diff)
Resolves: tdf#92951 make PaneDockingWindow dockable again
Change-Id: Ia7a59849777247c2beaabd3c9a4938317a7ea2d0
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx2
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));