User: kz      
Date: 2008-03-05 17:43:54+0000
Modified:
   
dba/reportdesign/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java

Log:
 INTEGRATION: CWS rptchart01_DEV300 (1.3.24); FILE MERGED
 2008/02/21 09:57:25 oj 1.3.24.2: #i85225# fixes found with PMD
 2008/02/20 10:52:57 oj 1.3.24.1: format changes

File Changes:

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

File [changed]: ImageReadHandler.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java?r1=1.3&r2=1.4
Delta lines:  +79 -83
---------------------
--- ImageReadHandler.java       2007-11-02 11:24:47+0000        1.3
+++ ImageReadHandler.java       2008-03-05 17:43:52+0000        1.4
@@ -33,8 +33,6 @@
  *    MA  02111-1307  USA
  *
  ************************************************************************/
-
-
 package com.sun.star.report.pentaho.parser.rpt;
 
 import com.sun.star.report.pentaho.OfficeNamespaces;
@@ -56,6 +54,7 @@
  */
 public class ImageReadHandler extends ElementReadHandler
 {
+
   private ImageElement contentElement;
   private XLinkReadHandler xLinkReadHandler;
 
@@ -73,10 +72,8 @@
   protected void startParsing(final Attributes attrs) throws SAXException
   {
     super.startParsing(attrs);
-    final String formula = attrs.getValue
-        (OfficeNamespaces.OOREPORT_NS, "formula");
-    final String preserveIRI = attrs.getValue
-        (OfficeNamespaces.OOREPORT_NS, "preserve-IRI");
+        final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, 
"formula");
+//        final String preserveIRI = 
attrs.getValue(OfficeNamespaces.OOREPORT_NS, "preserve-IRI");
     if (formula != null && formula.length() != 0)
     {
       // now, the evaulated content ends up in the 'content' attribute of the
@@ -145,7 +142,6 @@
     }
   }
 
-
   public Element getElement()
   {
     return contentElement;




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

Reply via email to