Tag: cws_src680_dba24d User: oj Date: 2007-11-22 11:56:12+0000 Modified: dba/reportdesign/source/ui/report/ReportController.cxx
Log: #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.4&r2=1.4.54.1 Delta lines: +6 -9 ------------------- --- ReportController.cxx 2007-08-03 12:45:38+0000 1.4 +++ ReportController.cxx 2007-11-22 11:56:09+0000 1.4.54.1 @@ -4,9 +4,9 @@ * * $RCSfile: ReportController.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.54.1 $ * - * last change: $Author: hr $ $Date: 2007/08/03 12:45:38 $ + * last change: $Author: oj $ $Date: 2007/11/22 11:56:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1885,7 +1885,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; @@ -1896,11 +1896,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]
