User: kz      
Date: 2008-03-05 17:46:41+0000
Modified:
   
dba/reportdesign/java/com/sun/star/report/pentaho/parser/table/CoveredCellReadHandler.java

Log:
 INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED
 2008/02/20 10:52:57 oj 1.2.70.1: format changes

File Changes:

Directory: /dba/reportdesign/java/com/sun/star/report/pentaho/parser/table/
===========================================================================

File [changed]: CoveredCellReadHandler.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/table/CoveredCellReadHandler.java?r1=1.2&r2=1.3
Delta lines:  +13 -15
---------------------
--- CoveredCellReadHandler.java 2007-07-09 11:56:11+0000        1.2
+++ CoveredCellReadHandler.java 2008-03-05 17:46:38+0000        1.3
@@ -33,8 +33,6 @@
  *    MA  02111-1307  USA
  *
  ************************************************************************/
-
-
 package com.sun.star.report.pentaho.parser.table;
 
 import com.sun.star.report.pentaho.parser.ElementReadHandler;
@@ -49,6 +47,7 @@
  */
 public class CoveredCellReadHandler extends ElementReadHandler
 {
+
   private Element coveredCell;
 
   public CoveredCellReadHandler()
@@ -56,7 +55,6 @@
     coveredCell = new Section();
   }
 
-
   public Element getElement()
   {
     return coveredCell;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to