summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-09-14 08:56:44 +0200
committerobo <obo@openoffice.org>2010-09-14 08:56:44 +0200
commit20ff1d5bf41b295f0f771d292c5dd2832e26539e (patch)
tree69232829c7a6037c33f9debc51e100d02e951916 /sfx2
parent3c2516682b1314edb6fa323b16a01cf6f25693f3 (diff)
parent6fc90af7fff8c629587051cc9c31a135da3b6a99 (diff)
CWS-TOOLING: integrate CWS dba33h
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/taskpane.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 5d763f81744d..30fe2460d512 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -253,10 +253,11 @@ namespace sfx2
pWindow->SetHelpId( HID_TASKPANE_WINDOW );
pWindow->SetOutputSizePixel( Size( 300, 450 ) );
- pWindow->Show();
dynamic_cast< SfxDockingWindow* >( pWindow )->Initialize( i_pInfo );
SetHideNotDelete( TRUE );
+
+ pWindow->Show();
}
//------------------------------------------------------------------------------------------------------------------