User: rt Date: 2008-01-30 08:58:31+0000 Modified: dba/reportdesign/source/ui/report/ReportController.cxx
Log: INTEGRATION: CWS dba24d (1.4.54); FILE MERGED 2007/12/01 13:42:05 fs 1.4.54.2: RESYNC: (1.4-1.6); FILE MERGED 2007/11/22 11:56:09 oj 1.4.54.1: #i83805# suspend now return true File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportController.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportController.cxx?r1=1.7&r2=1.8 Delta lines: +3 -6 ------------------- --- ReportController.cxx 2008-01-29 13:50:57+0000 1.7 +++ ReportController.cxx 2008-01-30 08:58:28+0000 1.8 @@ -1866,7 +1866,7 @@ return sal_True; } // ----------------------------------------------------------------------------- -sal_Bool SAL_CALL OReportController::suspend(sal_Bool _bSuspend) throw( RuntimeException ) +sal_Bool SAL_CALL OReportController::suspend(sal_Bool /*_bSuspend*/) throw( RuntimeException ) { if ( getBroadcastHelper().bInDispose || getBroadcastHelper().bDisposed ) return sal_True; @@ -1877,11 +1877,8 @@ if ( getView() && getView()->IsInModalMode() ) return sal_False; - sal_Bool bCheck = sal_True; - (void)_bSuspend; - - // this suspend will handle in the DBAccess interceptor implementation - return bCheck; + // this suspend will be handled in the DBAccess interceptor implementation + return sal_True; } // ----------------------------------------------------------------------------- void OReportController::describeSupportedFeatures() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
