User: rt Date: 2008-06-23 06:37:33+0000 Modified: dba/reportdesign/source/core/sdr/ReportDrawPage.cxx
Log: #i90894# Patch by oj. File Changes: Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: ReportDrawPage.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/ReportDrawPage.cxx?r1=1.6&r2=1.7 Delta lines: +4 -3 ------------------- --- ReportDrawPage.cxx 2008-06-16 13:31:48+0000 1.6 +++ ReportDrawPage.cxx 2008-06-23 06:37:30+0000 1.7 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportDrawPage.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -137,7 +137,8 @@ else if ( pObj->ISA(OCustomShape) ) { SvxCustomShape* pShape = new SvxCustomShape( pObj ); - xShape.set(*pShape,uno::UNO_QUERY); + uno::Reference < drawing::XEnhancedCustomShapeDefaulter > xShape2 = pShape; + xShape.set(xShape2,uno::UNO_QUERY); pShape->setShapeKind(pObj->GetObjIdentifier()); } else if ( pObj->ISA(SdrOle2Obj) ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
