User: kz Date: 2008-06-25 11:38:00+0000 Modified: dba/reportdesign/source/ui/report/SectionsWindow.cxx
Log: INTEGRATION: CWS dba30d (1.4.26); FILE MERGED 2008/06/02 08:50:14 fs 1.4.26.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too) File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: SectionsWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/SectionsWindow.cxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- SectionsWindow.cxx 2008-04-10 19:15:59+0000 1.4 +++ SectionsWindow.cxx 2008-06-25 11:37:58+0000 1.5 @@ -326,7 +326,7 @@ { GrabFocus(); uno::Sequence< beans::PropertyValue> aArgs; - m_pParent->getReportView()->getController()->executeChecked(SID_SELECT_REPORT,aArgs); + m_pParent->getReportView()->getController().executeChecked(SID_SELECT_REPORT,aArgs); } Window::MouseButtonDown(rMEvt); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
