Tag: cws_dev300_dba31a User: oj Date: 2008-07-08 06:21:14+0000 Modified: dba/reportdesign/source/core/sdr/ReportDrawPage.cxx
Log: change needed due to a change in svx 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.5.28.3&r2=1.5.28.4 Delta lines: +4 -1 ------------------- --- ReportDrawPage.cxx 2008-06-25 12:21:33+0000 1.5.28.3 +++ ReportDrawPage.cxx 2008-07-08 06:21:11+0000 1.5.28.4 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportDrawPage.cxx,v $ - * $Revision: 1.5.28.3 $ + * $Revision: 1.5.28.4 $ * * This file is part of OpenOffice.org. * @@ -93,6 +93,9 @@ } else bChangeOrientation = pUnoObj->GetObjIdentifier() == OBJ_DLG_HFIXEDLINE; + SvxShapeControl* pShape = new SvxShapeControl( pObj ); + xShape.set(*pShape,uno::UNO_QUERY); + pShape->setShapeKind(pObj->GetObjIdentifier()); } else if ( pObj->ISA(OCustomShape) ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
