User: hr Date: 2007-08-03 09:58:37+0000 Modified: dba/reportdesign/source/filter/xml/xmlTable.hxx
Log: INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/24 08:32:44 oj 1.2.4.1: #i79942# handle shapes correctly File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlTable.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlTable.hxx?r1=1.2&r2=1.3 Delta lines: +4 -4 ------------------- --- xmlTable.hxx 2007-07-09 11:56:18+0000 1.2 +++ xmlTable.hxx 2007-08-03 09:58:35+0000 1.3 @@ -55,7 +55,7 @@ sal_Int32 nHeight; sal_Int32 nColSpan; sal_Int32 nRowSpan; - ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> xElement; + ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> > xElements; TCell() : nWidth(0),nHeight(0),nColSpan(1),nRowSpan(1){} }; private: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
