summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 13:15:05 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 13:15:05 +0000
commitcae0f6225be5358f3c2441edecf31f8943a66554 (patch)
tree4ebdd8e9fb14eee6958e3d2786ca22e05e2208f0 /svx
parent7b1ca5afd373f5ed5d357271f4338894cccbdbd6 (diff)
INTEGRATION: CWS fwk37 (1.136.50); FILE MERGED
2006/03/22 15:35:32 mav 1.136.50.1: #i62834# use the correct size on import
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdfppt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdfppt.cxx b/svx/source/svdraw/svdfppt.cxx
index 99f079b08850..676d907cc4aa 100644
--- a/svx/source/svdraw/svdfppt.cxx
+++ b/svx/source/svdraw/svdfppt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdfppt.cxx,v $
*
- * $Revision: 1.137 $
+ * $Revision: 1.138 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 13:51:32 $
+ * last change: $Author: kz $ $Date: 2006-04-26 14:15:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2062,7 +2062,7 @@ SdrObject* SdrPowerPointImport::ImportOLE( long nOLEId,
{
uno::Reference < embed::XStorage > xDestStorage( pOe->pShell->GetStorage() );
uno::Reference < embed::XEmbeddedObject > xObj =
- CheckForConvertToSOObj( nSvxMSDffOLEConvFlags, *xObjStor, xDestStorage, rGraf );
+ CheckForConvertToSOObj( nSvxMSDffOLEConvFlags, *xObjStor, xDestStorage, rGraf, rVisArea );
if( xObj.is() )
{
pOe->pShell->GetEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aNm );