summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/navigat.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-15 14:18:34 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-15 14:18:34 +0000
commitb27e614ec1c9e9930af9e284ef64f901b4729b61 (patch)
tree1447eaa18176ccaa331dc9b4d776079fd08bc4c4 /sfx2/source/dialog/navigat.cxx
parent5f8b7c1b794adf3d7e7aefb0d32913c6966e954c (diff)
#94702#: support WindowState
Diffstat (limited to 'sfx2/source/dialog/navigat.cxx')
-rw-r--r--sfx2/source/dialog/navigat.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx
index 55177607a765..0863673bcbce 100644
--- a/sfx2/source/dialog/navigat.cxx
+++ b/sfx2/source/dialog/navigat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navigat.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mh $ $Date: 2001-10-18 13:10:58 $
+ * last change: $Author: mba $ $Date: 2001-11-15 15:18:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,8 +82,7 @@ SfxNavigatorWrapper::SfxNavigatorWrapper( Window* pParent ,
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
pWindow->SetHelpId ( HID_NAVIGATOR_WINDOW );
- ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 240, 240 ) );
- pWindow->SetSizePixel( Size( 240, 240 ) );
+ pWindow->SetOutputSizePixel( Size( 240, 240 ) );
( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo );
SetHideNotDelete( TRUE );