summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-06 12:39:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-06 12:39:41 +0000
commit1a7778ed834e612bb99084cfb6091aa01b02a2b6 (patch)
tree8bc155f95a2244d66a9b7c4176ed565e218c90c4 /sfx2
parentf5211d64f70727ead2dd9f626a1a94b591496f68 (diff)
INTEGRATION: CWS docking1 (1.72.12); FILE MERGED
2004/06/23 15:20:13 mba 1.72.12.1: Provide document border size before resizing (needed for InPlace mode)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/frmload.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx
index 937fce09df25..00da207c4d13 100644
--- a/sfx2/source/view/frmload.cxx
+++ b/sfx2/source/view/frmload.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmload.cxx,v $
*
- * $Revision: 1.73 $
+ * $Revision: 1.74 $
*
- * last change: $Author: kz $ $Date: 2004-06-10 13:33:12 $
+ * last change: $Author: obo $ $Date: 2004-07-06 13:39:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -314,7 +314,10 @@ sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const css::uno::Sequence< css::bean
for ( SfxObjectShell* pDoc = SfxObjectShell::GetFirst( NULL, FALSE ); pDoc; pDoc = SfxObjectShell::GetNext( *pDoc, NULL, FALSE ) )
{
if ( xModel == pDoc->GetModel() )
+ {
+ pFrame->SetItemSet_Impl( &aSet );
return pFrame->InsertDocument( pDoc );
+ }
}
}