From 94f5a07df8a3e4b18a139df8a4a39411d01586cb Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Mar 2004 10:14:56 +0000 Subject: [PATCH] INTEGRATION: CWS sj08 (1.55.22); FILE MERGED 2004/02/26 15:27:28 sj 1.55.22.1: #i14375,i20490,i9182# fixed general grouping problem --- sd/source/filter/pptin.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sd/source/filter/pptin.cxx b/sd/source/filter/pptin.cxx index 491690bc53e2..ea835ed13483 100644 --- a/sd/source/filter/pptin.cxx +++ b/sd/source/filter/pptin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pptin.cxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: kz $ $Date: 2004-02-25 13:59:24 $ + * last change: $Author: hr $ $Date: 2004-03-09 11:14:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -883,8 +883,9 @@ sal_Bool ImplSdPPTImport::Import() { if ( nObjCount++ ) // skipping the first object { + Rectangle aEmpty; aHd.SeekToBegOfRecord( rStCtrl ); - SdrObject* pObj = ImportObj( rStCtrl, (void*)&aProcessData, NULL ); + SdrObject* pObj = ImportObj( rStCtrl, (void*)&aProcessData, aEmpty, aEmpty ); if ( pObj ) { pObj->SetLayer( nBackgroundObjectsLayerID );