summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-02 10:55:07 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-02 10:55:07 +0000
commit8da75feb36b66d2ca1330ebab5e7ec298559600e (patch)
tree900a111bf1df132d6c3ec79845abfb134ff34849 /sd/source/ui/toolpanel
parent63c1f6b42102af4e04d1613e8dbc0c3c7476a379 (diff)
INTEGRATION: CWS impress145 (1.20.50); FILE MERGED
2008/06/17 15:27:05 af 1.20.50.1: #i79701# Fixed focus traveling.
Diffstat (limited to 'sd/source/ui/toolpanel')
-rw-r--r--sd/source/ui/toolpanel/TaskPaneViewShell.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/TaskPaneViewShell.cxx b/sd/source/ui/toolpanel/TaskPaneViewShell.cxx
index 5eeebc764a83..556fe2f1282f 100644
--- a/sd/source/ui/toolpanel/TaskPaneViewShell.cxx
+++ b/sd/source/ui/toolpanel/TaskPaneViewShell.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TaskPaneViewShell.cxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -358,6 +358,7 @@ TaskPaneViewShell::TaskPaneViewShell (
mpImpl.reset (new Implementation());
mpContentWindow->SetCenterAllowed (false);
+ pParentWindow->SetStyle(pParentWindow->GetStyle() | WB_DIALOGCONTROL);
mpTaskPane = ::std::auto_ptr<ToolPanel>(new ToolPanel (
mpContentWindow.get(), *this));