diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:11:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:11:35 +0000 |
commit | 9a6b359a968d83d37b1f3da093c37a0d367b701d (patch) | |
tree | 2d82eec1f60179bf18c695130feab7cfe55bee83 /sfx2 | |
parent | 7bec7aec2175367bc4a968c6cc932b2c4f220dd9 (diff) |
INTEGRATION: CWS fwk07 (1.12.74); FILE MERGED
2003/06/25 14:38:29 cd 1.12.74.1: #110433# New default docked window size for database beamer
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/partwnd.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index a25a794b7362..f823cc5f0ceb 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: partwnd.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:28:01 $ + * last change: $Author: vg $ $Date: 2003-06-27 09:11:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -204,8 +204,8 @@ SfxPartChildWnd_Impl::SfxPartChildWnd_Impl if ( pInfo ) pInfo->nFlags |= SFX_CHILDWIN_FORCEDOCK; - ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 240, 240 ) ); - pWindow->SetSizePixel( Size( 240, 240 ) ); + ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 175, 175 ) ); + pWindow->SetSizePixel( Size( 175, 175 ) ); ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); } |