User: rt Date: 2008-01-29 13:47:47+0000 Modified: dba/reportdesign/source/ui/dlg/Navigator.cxx
Log: INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/12/20 07:48:19 oj 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/30 06:56:28 oj 1.3.36.1: #i78939# change pos and size when control is outside page File Changes: Directory: /dba/reportdesign/source/ui/dlg/ =========================================== File [changed]: Navigator.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/dlg/Navigator.cxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- Navigator.cxx 2007-11-20 19:08:24+0000 1.4 +++ Navigator.cxx 2008-01-29 13:47:44+0000 1.5 @@ -595,7 +595,7 @@ const sal_Int32 nCount = _xSection->getCount(); for (sal_Int32 i = 0; i < nCount; ++i) { - uno::Reference< report::XReportComponent> xElement(_xSection->getByIndex(i),uno::UNO_QUERY); + uno::Reference< report::XReportComponent> xElement(_xSection->getByIndex(i),uno::UNO_QUERY_THROW); OSL_ENSURE(xElement.is(),"Found report element which is NULL!"); insertEntry(lcl_getName(xElement.get()),pSection,lcl_getImageId(xElement),LIST_APPEND,new UserData(this,xElement)); uno::Reference< report::XReportDefinition> xSubReport(xElement,uno::UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
