User: kz Date: 2008-03-05 18:10:41+0000 Modified: dba/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 12:39:33 oj 1.2.70.1: #i85225# changes for chart File Changes: Directory: /dba/reportdesign/source/ui/inspection/ ================================================== File [changed]: ReportComponentHandler.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/ReportComponentHandler.cxx?r1=1.2&r2=1.3 Delta lines: +5 -5 ------------------- --- ReportComponentHandler.cxx 2007-07-09 11:56:31+0000 1.2 +++ ReportComponentHandler.cxx 2008-03-05 18:10:38+0000 1.3 @@ -164,10 +164,10 @@ try { uno::Reference< container::XNameContainer > xNameCont(Component,uno::UNO_QUERY); - ::rtl::OUString sFormComponent(RTL_CONSTASCII_USTRINGPARAM("FormComponent")); + const ::rtl::OUString sFormComponent(RTL_CONSTASCII_USTRINGPARAM("FormComponent")); if ( xNameCont->hasByName(sFormComponent) ) xNameCont->getByName(sFormComponent) >>= m_xFormComponent; - ::rtl::OUString sRowSet(RTL_CONSTASCII_USTRINGPARAM("RowSet")); + const ::rtl::OUString sRowSet(RTL_CONSTASCII_USTRINGPARAM("RowSet")); if ( xNameCont->hasByName(sRowSet) ) { uno::Reference<beans::XPropertySet> xProp(m_xFormComponentHandler,uno::UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
