Tag: mws_bea300 User: obo Date: 2008-04-28 15:17:58+0000 Modified: dba/reportdesign/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
Log: INTEGRATION: CWS dba30beta_BEA300 (1.4.6); FILE MERGED 2008/04/22 10:30:26 oj 1.4.6.1: #i88503# merge changes from rptchart02 File Changes: Directory: /dba/reportdesign/java/com/sun/star/report/pentaho/layoutprocessor/ ============================================================================== File [changed]: OfficeGroupLayoutController.java Url: http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java?r1=1.4&r2=1.4.4.1 Delta lines: +2 -7 ------------------- --- OfficeGroupLayoutController.java 2008-04-10 17:24:47+0000 1.4 +++ OfficeGroupLayoutController.java 2008-04-28 15:17:55+0000 1.4.4.1 @@ -118,7 +118,7 @@ controller.state = OfficeGroupLayoutController.STATE_PROCESS_REPEATING_FOOTER; - if (repeatHeader == false) + if (!repeatHeader) { return controller; } @@ -136,7 +136,7 @@ (OfficeGroupLayoutController) clone(); controller.state = OfficeGroupLayoutController.STATE_PROCESS_NORMAL_FLOW; - if (repeatFooter == false) + if (!repeatFooter) { return controller; } @@ -150,11 +150,6 @@ return super.processContent(target); } - protected void resetSectionForRepeat() - { - super.resetSectionForRepeat(); - } - /** * Joins with a delegated process flow. This is generally called from a child * flow and should *not* (I mean it!) be called from outside. If you do, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
