Tag: cws_src680_rpt23fix02 User: oj Date: 2007-07-31 07:10:41+0000 Modified: dba/reportdesign/source/filter/xml/xmlCell.cxx
Log: #i77152# shape include File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlCell.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlCell.cxx?r1=1.2.4.2&r2=1.2.4.3 Delta lines: +2 -1 ------------------- --- xmlCell.cxx 2007-07-31 06:56:25+0000 1.2.4.2 +++ xmlCell.cxx 2007-07-31 07:10:38+0000 1.2.4.3 @@ -225,9 +225,10 @@ break; case XML_TOK_CUSTOM_SHAPE: { + if ( !m_bContainsShape ) + m_nCurrentCount = m_pContainer->getSection()->getCount(); UniReference< XMLShapeImportHelper > xShapeImportHelper = rImport.GetShapeImport(); uno::Reference< drawing::XShapes > xShapes = m_pContainer->getSection().get(); - m_nCurrentCount = m_pContainer->getSection()->getCount(); pContext = xShapeImportHelper->CreateGroupChildContext(rImport,_nPrefix,_rLocalName,xAttrList,xShapes); m_bContainsShape = true; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
