Tag: cws_src680_reportdesign01 User: oj Date: 2007-09-21 07:20:50+0000 Modified: dba/reportdesign/source/filter/xml/xmlExport.cxx
Log: #i80928# call seekShapes before export one File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlExport.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlExport.cxx?r1=1.5.20.1&r2=1.5.20.2 Delta lines: +3 -2 ------------------- --- xmlExport.cxx 2007-09-20 10:13:01+0000 1.5.20.1 +++ xmlExport.cxx 2007-09-21 07:20:47+0000 1.5.20.2 @@ -4,9 +4,9 @@ * * $RCSfile: xmlExport.cxx,v $ * - * $Revision: 1.5.20.1 $ + * $Revision: 1.5.20.2 $ * - * last change: $Author: oj $ $Date: 2007/09/20 10:13:01 $ + * last change: $Author: oj $ $Date: 2007/09/21 07:20:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1671,6 +1671,7 @@ void ORptExport::exportShapes(const Reference< XSection>& _xSection,bool _bAddParagraph) { UniReference< XMLShapeExport > xShapeExport = GetShapeExport(); + xShapeExport->seekShapes(_xSection.get()); const sal_Int32 nCount = _xSection->getCount(); awt::Point aRefPoint; aRefPoint.X = rptui::getStyleProperty<sal_Int32>(_xSection->getReportDefinition(),PROPERTY_LEFTMARGIN); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
