summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneDockingWindow.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-06-17 18:27:35 +0200
committerAndre Fischer <af@openoffice.org>2010-06-17 18:27:35 +0200
commit4eed61af82a02cc7e9f49faa44f6cf32a56f6e00 (patch)
tree112b107f0b46c0373cba95742b2288ef0c91690e /sd/source/ui/dlg/PaneDockingWindow.cxx
parent11ce307732218d59f8132eb0a0fb4b08a4048c3f (diff)
renaissance1: #i107215# Fixed focus handling of relocated slide sorter.
Diffstat (limited to 'sd/source/ui/dlg/PaneDockingWindow.cxx')
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx
index 5a1339ea6265..cb700f7f97ba 100644
--- a/sd/source/ui/dlg/PaneDockingWindow.cxx
+++ b/sd/source/ui/dlg/PaneDockingWindow.cxx
@@ -327,6 +327,7 @@ void PaneDockingWindow::StateChanged( StateChangedType nType )
{
case STATE_CHANGE_INITSHOW:
Resize();
+ mpContentWindow->SetStyle(mpContentWindow->GetStyle() | WB_DIALOGCONTROL);
break;
case STATE_CHANGE_VISIBLE: